Exemple #1
0
 private void OnGameWon()
 {
     mainLevel.QueueFree();
     menuContainer.AddChild(wonMenuPackedScene.Instance());
     SetupMainLevel(gameState); //for the next round we can already prepare the level
 }