full gamepad support

This commit is contained in:
Rendo 2025-07-28 18:03:26 +05:00
commit a57d79e84a
21 changed files with 213 additions and 46 deletions

View file

@ -11,7 +11,7 @@ public partial class LevelGUIElements : Control
public HBoxContainer SeedpacketsHotbar;
[Export]
public SunCounter SunCounter;
public override void _Ready()
public override void _EnterTree()
{
Instance = this;
}