diff options
| author | dam <dam@gudinoff> | 2022-02-17 00:30:16 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-02-17 00:30:16 +0000 |
| commit | 48a26128f175047528fcc1c96590f1a7bbc281eb (patch) | |
| tree | 03cebc078fd30f74da8fdce4469055d9b70b3985 /project.godot | |
| parent | 00825f2a5664000fa98d36922c0c329b052a724f (diff) | |
| download | surgery-log-48a26128f175047528fcc1c96590f1a7bbc281eb.tar.zst surgery-log-48a26128f175047528fcc1c96590f1a7bbc281eb.zip | |
Prototype with custom option set control.
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 9067744..aed55ea 100644 --- a/project.godot +++ b/project.godot @@ -25,6 +25,11 @@ _global_script_classes=[ { "path": "res://date_picker/date_picker.gd" }, { "base": "Control", +"class": "OptionSet", +"language": "GDScript", +"path": "res://option_set/option_set.gd" +}, { +"base": "Control", "class": "PointerInputSensor", "language": "GDScript", "path": "res://pointer_input_sensor.gd" @@ -53,6 +58,7 @@ _global_script_class_icons={ "Database": "", "DatabaseEntry": "", "DatePicker": "", +"OptionSet": "", "PointerInputSensor": "", "Stage": "", "TouchItemList": "", |
