Restructured files and worked on more complex quest progression

This commit is contained in:
2025-08-11 02:16:39 -04:00
parent 434216ca29
commit 95a7db036b
47 changed files with 475 additions and 53 deletions

View File

@@ -4,7 +4,7 @@ extends NinePatchRect
@onready var timer : Timer = %Timer
func _ready() -> void:
show_message("TESTING, 1 2 3\nTESTING!!!!")
pass
func show_message(msg : String, show_time : float = 1.0) -> void: