(wip) Fix: Main menu now disappears

This commit is contained in:
2026-02-07 17:42:46 +01:00
parent 49d9489ede
commit 9c625edef4
2 changed files with 6 additions and 1 deletions

View File

@@ -2,4 +2,6 @@ extends Control
func _on_play_button_pressed() -> void:
print("Starting game by pressing button...")
GameManager.start_game()
self.queue_free()