y order and level execution from menu

This commit is contained in:
Rendo 2025-07-17 04:23:37 +05:00
commit 1631bd87ce
5 changed files with 32 additions and 20 deletions

View file

@ -36,9 +36,11 @@ public partial class RuntimeLevelData : Node
Instance = this;
GetTree().Paused = true;
Engine.TimeScale = 1.0;
}
public void StartLevel()
{
SetLevelState(LevelStates.ChooseYourSeeds);
}
#region Sun
public void AddSun(float amount)
{