aboutsummaryrefslogtreecommitdiff
path: root/logic/stage.gd
diff options
context:
space:
mode:
Diffstat (limited to 'logic/stage.gd')
-rw-r--r--logic/stage.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/stage.gd b/logic/stage.gd
index 764ee52..747cccf 100644
--- a/logic/stage.gd
+++ b/logic/stage.gd
@@ -74,7 +74,7 @@ func _ready():
"intervention": intervention
}
for key in option_sets_map:
- var button := option_sets_map[key].get_node("options") as Button # @DAM Maybe rename "options". Also requires rename on option_set.
+ var button := option_sets_map[key].get_node("button") as Button
button.connect("pressed", self, "show_options", [key])