diff options
| author | dam <dam@gudinoff> | 2022-06-16 01:43:21 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-06-16 01:43:21 +0000 |
| commit | 3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68 (patch) | |
| tree | 952b368a18aaa2ae08f0fb956b6d16205b5c8681 /project.godot | |
| parent | a4b9a04763bb60c45300a267778f6586e43ce454 (diff) | |
| download | surgery-log-3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68.tar.zst surgery-log-3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68.zip | |
Added settings; Fixed virtual keyboard height bug with hack; Initial support of multiple themes.
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 0a05d3d..3eedf47 100644 --- a/project.godot +++ b/project.godot @@ -49,6 +49,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://ui/pointer_input_sensor.gd" }, { +"base": "Reference", +"class": "Settings", +"language": "GDScript", +"path": "res://logic/settings.gd" +}, { "base": "TouchVerticalContainer", "class": "Stage", "language": "GDScript", @@ -78,6 +83,7 @@ _global_script_class_icons={ "OptionSet": "", "OptionSetList": "", "PointerInputSensor": "", +"Settings": "", "Stage": "", "TouchItemList": "", "TouchVerticalContainer": "", @@ -106,12 +112,16 @@ window/handheld/orientation="portrait" [global] -version="1.0" +version="1.1" [input_devices] pointing/emulate_touch_from_mouse=true +[node] + +name_casing=2 + [physics] common/enable_pause_aware_picking=true |
