Added level selection screen

This commit is contained in:
2026-01-08 21:24:10 +03:00
parent 7e55578994
commit bc0c494244
16 changed files with 186 additions and 15 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func _setup_neighbors() -> void:
func _on_start_button_pressed() -> void:
get_tree().change_scene_to_file("res://game/levels/level_1.tscn")
get_tree().change_scene_to_file("res://game/menu/level_selection.tscn")
func _on_options_button_pressed() -> void: