diff options
| author | dam <dam@gudinoff> | 2022-04-10 08:05:58 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-04-10 08:05:58 +0000 |
| commit | 75791aecbff0d8adc1011f45a69877cabff616e0 (patch) | |
| tree | 7ca3844bfbe1192ea1daafafaaefa2a715684a70 /option_set/option_set.gd | |
| parent | fd0fa8bebfdcd77177c58e68b8a742ab5a338f17 (diff) | |
| download | surgery-log-75791aecbff0d8adc1011f45a69877cabff616e0.tar.zst surgery-log-75791aecbff0d8adc1011f45a69877cabff616e0.zip | |
Renamed dropdown button on option_set.
Diffstat (limited to 'option_set/option_set.gd')
| -rw-r--r-- | option_set/option_set.gd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
