Extensive work on VFX for the guild, assets for the world, and portrait variance. Work on quests. Extra work on User Flow completion and file saving.

This commit is contained in:
2025-09-04 07:46:55 -04:00
parent 149ee993dc
commit 48e335f56a
134 changed files with 2232 additions and 288 deletions

View File

@@ -1,5 +1,12 @@
extends Control
func _on_button_pressed() -> void:
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")
func _on_continue_button_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/loader_screen.tscn")