From f53d1d99707c5063a35c0c68890e0947077108ad Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 5 Feb 2026 21:54:16 +0200 Subject: Work on intro cinematic --- dialogues/relic_get.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dialogues/relic_get.gd') diff --git a/dialogues/relic_get.gd b/dialogues/relic_get.gd index 1b770dd..a086c36 100644 --- a/dialogues/relic_get.gd +++ b/dialogues/relic_get.gd @@ -17,7 +17,7 @@ func _ready(): await top.play_cine_bars() await say(r, "You found a mysterious relic!") - top.clear_cine_bars() + await top.clear_cine_bars() r.queue_free() get_tree().paused = false -- cgit v1.3