Shortcut fix
This commit is contained in:
parent
f3977a9f91
commit
fdff25d451
6 changed files with 224 additions and 39 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue