2018-07-22 17:20:27 +02:00
|
|
|
; Engine configuration file.
|
|
|
|
; It's best edited using the editor UI and not directly,
|
|
|
|
; since the parameters that go here are not all obvious.
|
|
|
|
;
|
|
|
|
; Format:
|
|
|
|
; [section] ; section goes between []
|
|
|
|
; param=value ; assign values to parameters
|
|
|
|
|
2019-04-13 19:44:37 +02:00
|
|
|
config_version=4
|
|
|
|
|
|
|
|
_global_script_classes=[ ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
|
|
|
|
}
|
2018-08-22 07:33:50 +02:00
|
|
|
|
2018-07-22 17:20:27 +02:00
|
|
|
[application]
|
|
|
|
|
2018-08-11 15:11:39 +02:00
|
|
|
config/name="Material Maker"
|
2018-09-03 21:35:44 +02:00
|
|
|
run/main_scene="res://addons/material_maker/main_window.tscn"
|
2018-08-10 12:31:15 +02:00
|
|
|
config/use_custom_user_dir=true
|
|
|
|
config/custom_user_dir_name="material_maker"
|
2018-07-22 17:20:27 +02:00
|
|
|
config/icon="res://icon.png"
|
2018-10-13 17:31:37 +02:00
|
|
|
config/release="0.6"
|
2018-07-22 17:20:27 +02:00
|
|
|
|
2019-04-13 19:44:37 +02:00
|
|
|
[debug]
|
|
|
|
|
|
|
|
gdscript/warnings/unsafe_property_access=true
|
|
|
|
gdscript/warnings/unsafe_method_access=true
|
|
|
|
gdscript/warnings/unsafe_cast=true
|
|
|
|
gdscript/warnings/unsafe_call_argument=true
|
|
|
|
|
2018-08-03 08:16:38 +02:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=1280
|
|
|
|
window/size/height=720
|
|
|
|
|
2018-07-22 17:20:27 +02:00
|
|
|
[editor_plugins]
|
|
|
|
|
2018-09-03 21:35:44 +02:00
|
|
|
enabled=PoolStringArray( "material_maker" )
|
2018-07-22 17:20:27 +02:00
|
|
|
|
2019-04-13 19:44:37 +02:00
|
|
|
[logging]
|
|
|
|
|
|
|
|
file_logging/enable_file_logging=true
|
|
|
|
|
2018-07-22 17:20:27 +02:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
environment/default_environment="res://default_env.tres"
|