Settings and resolutions

This commit is contained in:
2025-07-29 19:15:39 +02:00
parent e638e780c8
commit ec3a23b5cc
16 changed files with 617 additions and 0 deletions

7
Game/Menu/mapselector.gd Normal file
View File

@ -0,0 +1,7 @@
extends Control
func _on_button_pressed() -> void:
get_tree().change_scene_to_file("res://Game/Maps/map_1.tscn")
pass # Replace with function body.