2023-08-06 17:37:50 +00: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
|
|
|
|
|
|
|
|
config_version=4
|
|
|
|
|
2023-12-03 19:08:11 +00:00
|
|
|
_global_script_classes=[ {
|
2024-01-07 21:06:59 +00:00
|
|
|
"base": "Node",
|
2023-12-03 19:56:12 +00:00
|
|
|
"class": "ConflictResultsProcess",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://middleware/conflictResults/conflictResults.gd"
|
2023-12-03 19:08:11 +00:00
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
2023-12-10 19:48:39 +00:00
|
|
|
"ConflictResultsProcess": ""
|
2023-12-03 19:08:11 +00:00
|
|
|
}
|
|
|
|
|
2023-08-06 17:37:50 +00:00
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="bcirpg_toolset"
|
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2023-12-10 19:48:39 +00:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
SpecialAbility="*res://middleware/specialabliities/SpecialAbility.gd"
|
|
|
|
|
2023-08-27 18:38:44 +00:00
|
|
|
[global]
|
|
|
|
|
|
|
|
filters=false
|
|
|
|
|
2023-08-06 17:37:50 +00:00
|
|
|
[gui]
|
|
|
|
|
|
|
|
common/drop_mouse_on_gui_input_disabled=true
|
|
|
|
|
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
|
|
vram_compression/import_etc=true
|
|
|
|
vram_compression/import_etc2=false
|
|
|
|
environment/default_environment="res://default_env.tres"
|