Tweaked timings between levels and other details with the ending.
This commit is contained in:
parent
b12558a846
commit
20b657c7b1
13 changed files with 125 additions and 64 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue