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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user