backgroundscript is not objectbased anymore

This commit is contained in:
2022-11-27 22:03:20 +01:00
parent 67fa20c946
commit e2f883e736
5 changed files with 10 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
using Godot;
using System;
public partial class main : Node2D
public partial class essential : Node
{
[Export]
public string currentController = Input.GetJoyName(0);