From d8f6b92ebb960f934040c118b1caa8899e1c42d4 Mon Sep 17 00:00:00 2001 From: PfandBoss <68470553+PfandBoss@users.noreply.github.com> Date: Sat, 10 Dec 2022 01:14:41 +0100 Subject: [PATCH] Update Module.gd --- Module.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module.gd b/Module.gd index e3517f7..ca86d7d 100644 --- a/Module.gd +++ b/Module.gd @@ -25,7 +25,7 @@ func interact(): func _ready(): - emit_signal("MODULE") + var root = get_tree().root.get_child(0) #-----------Setter and Getter---------------#