feat: new dialogue with NPC
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 6s
Create tag and build when new code gets to main / Export (push) Successful in 2m5s

This commit is contained in:
2025-08-02 12:16:27 +02:00
parent 712d2a41ea
commit e3545a5087
3 changed files with 102 additions and 5 deletions

View File

@ -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()