2021-11-20 11:10:20 +01: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
|
|
|
|
|
2021-11-20 13:18:44 +01:00
|
|
|
_global_script_classes=[ {
|
|
|
|
"base": "Object",
|
|
|
|
"class": "Compiler",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Wol/core/compiler/compiler.gd"
|
|
|
|
}, {
|
2021-11-20 14:38:46 +01:00
|
|
|
"base": "Object",
|
|
|
|
"class": "Constants",
|
2021-11-20 13:18:44 +01:00
|
|
|
"language": "GDScript",
|
2021-11-20 14:38:46 +01:00
|
|
|
"path": "res://addons/Wol/core/constants.gd"
|
2021-11-20 13:18:44 +01:00
|
|
|
}, {
|
|
|
|
"base": "Object",
|
2021-11-21 11:31:04 +01:00
|
|
|
"class": "Lexer",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Wol/core/compiler/lexer.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Object",
|
2021-11-20 14:38:46 +01:00
|
|
|
"class": "Program",
|
2021-11-20 13:18:44 +01:00
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Wol/core/program.gd"
|
2021-11-20 14:38:46 +01:00
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "Wol",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/Wol/Wol.gd"
|
2021-11-20 13:18:44 +01:00
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
"Compiler": "",
|
2021-11-20 14:38:46 +01:00
|
|
|
"Constants": "",
|
2021-11-21 11:31:04 +01:00
|
|
|
"Lexer": "",
|
2021-11-20 14:38:46 +01:00
|
|
|
"Program": "",
|
|
|
|
"Wol": ""
|
2021-11-20 13:18:44 +01:00
|
|
|
}
|
|
|
|
|
2021-11-20 11:10:20 +01:00
|
|
|
[application]
|
|
|
|
|
2021-11-20 22:29:24 +01:00
|
|
|
config/name="Wol"
|
2021-11-20 14:38:46 +01:00
|
|
|
run/main_scene="res://Dialogue.tscn"
|
2021-11-20 11:10:20 +01:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2021-11-21 11:31:04 +01:00
|
|
|
[debug]
|
|
|
|
|
|
|
|
gdscript/warnings/treat_warnings_as_errors=true
|
|
|
|
gdscript/warnings/exclude_addons=false
|
|
|
|
gdscript/warnings/return_value_discarded=false
|
|
|
|
|
2021-11-20 11:10:20 +01:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PoolStringArray( "res://addons/Wol/plugin.cfg" )
|
|
|
|
|
|
|
|
[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"
|