Add stuff
This commit is contained in:
@@ -21,7 +21,6 @@ public partial class MainMenu : Node2D
|
||||
private void OnStartButtonPressed()
|
||||
{
|
||||
_player.Play("FirstLevel");
|
||||
var main = GetTree().Root.GetNode<Main>("/root/Main");
|
||||
Hide();
|
||||
_player.AnimationFinished += OnAnimationFinished;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user