From 70cd632978bc185484c2e8b0d0fd3ad1caa90001 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sun, 17 Nov 2024 12:42:19 -0600 Subject: Give Clippette some good old fashioned intro dialogue --- scenes/LegallyDistinctPaperclipAssistant/paperclip.gd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scenes/LegallyDistinctPaperclipAssistant/paperclip.gd') diff --git a/scenes/LegallyDistinctPaperclipAssistant/paperclip.gd b/scenes/LegallyDistinctPaperclipAssistant/paperclip.gd index d431372..3a87c66 100644 --- a/scenes/LegallyDistinctPaperclipAssistant/paperclip.gd +++ b/scenes/LegallyDistinctPaperclipAssistant/paperclip.gd @@ -10,7 +10,7 @@ var label: Label var timer: Timer var panel: Panel -var current_text = START_TEXT +@export_multiline var current_text = START_TEXT # Called when the node enters the scene tree for the first time. func _ready() -> void: @@ -49,3 +49,7 @@ func _on_timer_timeout() -> void: angy.visible = false current_text = "" timer.stop() + + +func start_dialogue(): + $AnimationPlayer.play("intro") -- cgit v1.2.3