diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/project.godot b/project.godot index b20cf12..b6a58c1 100644 --- a/project.godot +++ b/project.godot @@ -25,11 +25,36 @@ window/size/height=120 window/size/test_width=1070 window/size/test_height=600 window/stretch/mode="2d" -window/stretch/aspect="keep_height" +window/stretch/aspect="keep" [gui] common/drop_mouse_on_gui_input_disabled=true +theme/custom="res://theme_data/interface.theme" + +[importer_defaults] + +texture={ +"compress/bptc_ldr": 0, +"compress/hdr_mode": 0, +"compress/lossy_quality": 0.7, +"compress/mode": 0, +"compress/normal_map": 0, +"detect_3d": false, +"flags/anisotropic": false, +"flags/filter": false, +"flags/mipmaps": false, +"flags/repeat": 0, +"flags/srgb": 2, +"process/HDR_as_SRGB": false, +"process/fix_alpha_border": true, +"process/invert_color": false, +"process/normal_map_invert_y": false, +"process/premult_alpha": false, +"size_limit": 0, +"stream": false, +"svg/scale": 1.0 +} [input] |