diff options
| author | dam <dam@gudinoff> | 2022-02-18 01:34:43 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-02-18 01:34:43 +0000 |
| commit | 283c0f2d84420bd02550dd4404b306d427fd58af (patch) | |
| tree | 3999ad958556bcccba63b5fca05880accdc827f3 /logic/popup_list.gd | |
| parent | 48a26128f175047528fcc1c96590f1a7bbc281eb (diff) | |
| download | surgery-log-283c0f2d84420bd02550dd4404b306d427fd58af.tar.zst surgery-log-283c0f2d84420bd02550dd4404b306d427fd58af.zip | |
Implemented custom option set control. Fixed option sets text input zone being hidden below the button.
Diffstat (limited to 'logic/popup_list.gd')
| -rw-r--r-- | logic/popup_list.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/popup_list.gd b/logic/popup_list.gd index 43bf2a1..7e049fb 100644 --- a/logic/popup_list.gd +++ b/logic/popup_list.gd @@ -1,4 +1,5 @@ extends Popup +class_name PopupList signal item_selected |
