From 75791aecbff0d8adc1011f45a69877cabff616e0 Mon Sep 17 00:00:00 2001 From: dam Date: Sun, 10 Apr 2022 08:05:58 +0000 Subject: Renamed dropdown button on option_set. --- option_set/option_set.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'option_set/option_set.gd') diff --git a/option_set/option_set.gd b/option_set/option_set.gd index bb37736..25ca0ff 100644 --- a/option_set/option_set.gd +++ b/option_set/option_set.gd @@ -14,7 +14,7 @@ func get_text() -> String: var selected_idx: int onready var input := get_node("input") as LineEdit -onready var button := get_node("options") as Button # @DAM Maybe rename this. Also requires renaming on stage. +onready var button := get_node("button") as Button onready var popup := get_node("/root/main/popup") as ModalPopup onready var options := get_node("/root/main/option_set_list") as OptionSetList -- cgit v1.2.3