Added map usage

This commit is contained in:
2025-12-12 12:00:29 +03:00
parent ea13a8b727
commit dcc158a1fd
12 changed files with 126 additions and 21 deletions
+4
View File
@@ -25,6 +25,10 @@ func _on_main_menu_continue_game() -> void:
func _on_main_menu_new_game() -> void:
var game_data := GameData.new()
game_data.randomize()
SaveManager.game_data = game_data
get_tree().change_scene_to_file("res://game/game.tscn")