(wip) Rehauled main menu / game loading logic

This commit is contained in:
2026-02-07 17:26:17 +01:00
parent bef1e9cb53
commit 49d9489ede
4 changed files with 22 additions and 3 deletions

View File

@@ -2,4 +2,4 @@ extends Control
func _on_play_button_pressed() -> void:
get_tree().change_scene_to_file("res://molecular/molecular_stage.tscn")
GameManager.start_game()