started work on save structures and data validation

This commit is contained in:
derek
2025-02-26 13:19:34 -06:00
parent bd991c21c9
commit 45246a6098
14 changed files with 108 additions and 50 deletions

View File

@@ -47,3 +47,7 @@ func resume():
get_tree().paused = false
Input.set_mouse_mode(Input.MOUSE_MODE_CAPTURED)
player.toggle_hud(true)
func _on_main_menu_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/asset_checker.tscn")