This repository has been archived on 2024-02-25. You can view files and clone it, but cannot push or open issues or pull requests.
Wol/project.godot

59 lines
1.2 KiB
Plaintext
Raw Normal View History

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"
}, {
"base": "Object",
"class": "Constants",
2021-11-20 13:18:44 +01:00
"language": "GDScript",
"path": "res://addons/Wol/core/constants.gd"
2021-11-20 13:18:44 +01:00
}, {
"base": "Object",
"class": "Program",
2021-11-20 13:18:44 +01:00
"language": "GDScript",
"path": "res://addons/Wol/core/program.gd"
}, {
"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": "",
"Constants": "",
"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"
run/main_scene="res://Dialogue.tscn"
2021-11-20 11:10:20 +01:00
config/icon="res://icon.png"
[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"