summaryrefslogtreecommitdiffstats
path: root/relic.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-02-05 22:02:42 +0200
committerJan Tuomi <jan@jantuomi.fi>2026-02-05 23:11:06 +0200
commit8967f6bb6e8ecb3b5b4073424692ce0ddfec61cb (patch)
tree5961c0b5226d077c6b1e97c02c1f5fcc1d6a729f /relic.gd
parentf53d1d99707c5063a35c0c68890e0947077108ad (diff)
Rework cinematicsHEADmain
Diffstat (limited to 'relic.gd')
-rw-r--r--relic.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/relic.gd b/relic.gd
index 6af3405..ea7c47c 100644
--- a/relic.gd
+++ b/relic.gd
@@ -31,6 +31,6 @@ func _on_area_2d_body_entered(player: Player) -> void:
if already_got:
queue_free()
else:
- var dia = DialogueRelicGet.new(self)
+ var dia = CineRelicGet.new(self)
dia.process_mode = Node.PROCESS_MODE_ALWAYS
- get_parent().add_child(dia)
+ top.add_child(dia)