From 283c0f2d84420bd02550dd4404b306d427fd58af Mon Sep 17 00:00:00 2001 From: dam Date: Fri, 18 Feb 2022 01:34:43 +0000 Subject: Implemented custom option set control. Fixed option sets text input zone being hidden below the button. --- project.godot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project.godot') diff --git a/project.godot b/project.godot index aed55ea..b414dff 100644 --- a/project.godot +++ b/project.godot @@ -34,6 +34,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://pointer_input_sensor.gd" }, { +"base": "Popup", +"class": "PopupList", +"language": "GDScript", +"path": "res://logic/popup_list.gd" +}, { "base": "TouchVerticalContainer", "class": "Stage", "language": "GDScript", @@ -60,6 +65,7 @@ _global_script_class_icons={ "DatePicker": "", "OptionSet": "", "PointerInputSensor": "", +"PopupList": "", "Stage": "", "TouchItemList": "", "TouchVerticalContainer": "", -- cgit v1.2.3