Shortcut fix

This commit is contained in:
Rendo 2025-07-17 22:42:14 +05:00
commit fdff25d451
6 changed files with 224 additions and 39 deletions

View file

@ -28,11 +28,14 @@ public partial class RuntimeLevelData : Node
private LevelStates _currentState = LevelStates.ChooseYourSeeds;
public override void _EnterTree()
{
Instance = this;
}
public override void _Ready()
{
Instance = this;
Engine.TimeScale = 1.0;
SetLevelState(LevelStates.ChooseYourSeeds);
}