Tweaked timings between levels and other details with the ending.

This commit is contained in:
Henry 2026-03-07 13:40:57 +00:00
parent b12558a846
commit 20b657c7b1
13 changed files with 125 additions and 64 deletions

View file

@ -6,10 +6,12 @@ func _ready() -> void:
EventBus.goose_talk.connect(_on_goose_talk)
func _on_goose_talk(frame_index: int):
func _on_goose_talk(frame_index: int, quack_wait_time: float = 3.0):
#var quacking = get_tree().create_timer(3).timeout
$DapperGoose/Quacking.wait_time = quack_wait_time
if goose_talking == false:
print("QUACK")
self.show()