(wip) Fix: Main menu now disappears
This commit is contained in:
@@ -2,4 +2,6 @@ extends Control
|
||||
|
||||
|
||||
func _on_play_button_pressed() -> void:
|
||||
print("Starting game by pressing button...")
|
||||
GameManager.start_game()
|
||||
self.queue_free()
|
||||
|
||||
Reference in New Issue
Block a user