Sound FX, major work on set schedule, and some new concepts for items and portraits

This commit is contained in:
2025-09-11 08:10:07 -04:00
parent ef9e5c2664
commit d64859cf35
106 changed files with 2226 additions and 221 deletions

View File

@@ -5,7 +5,7 @@ func _ready() -> void:
%ContinueButton.disabled = !FileAccess.file_exists("user://savefile.save")
func _on_start_button_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/active_scene.tscn")
get_tree().change_scene_to_file("res://scenes/game_start.tscn")
func _on_continue_button_pressed() -> void: