feat: new dialogue with NPC
This commit is contained in:
@ -106,3 +106,7 @@ func _on_next_letter() -> void:
|
||||
|
||||
next_label.visible = true
|
||||
ui_flicker_timer.start()
|
||||
|
||||
|
||||
func _on_body_entered_trigger_dialogue(body: Node2D) -> void:
|
||||
on_dialogue_started()
|
||||
|
Reference in New Issue
Block a user