summaryrefslogtreecommitdiffstats
path: root/dialogues/relic_get.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-02-05 21:54:16 +0200
committerJan Tuomi <jan@jantuomi.fi>2026-02-05 21:54:16 +0200
commitf53d1d99707c5063a35c0c68890e0947077108ad (patch)
tree4fc47e986b520c9c0c746a20edc5015de24e207b /dialogues/relic_get.gd
parent7241211bf3d960c0921c273cca5d10ad92734a61 (diff)
Work on intro cinematic
Diffstat (limited to 'dialogues/relic_get.gd')
-rw-r--r--dialogues/relic_get.gd2
1 files changed, 1 insertions, 1 deletions
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