ld48/project.godot

33 lines
668 B
Plaintext
Raw Normal View History

2021-04-24 00:05:01 +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
_global_script_classes=[ ]
_global_script_class_icons={
}
[application]
config/name="LD48"
2021-04-25 03:05:44 +00:00
boot_splash/fullsize=false
boot_splash/use_filter=false
2021-04-24 00:05:01 +00:00
config/icon="res://icon.png"
2021-04-25 03:05:44 +00:00
[autoload]
GameState="*res://src/GameState.tscn"
2021-04-24 00:05:01 +00:00
[rendering]
2021-04-25 03:05:44 +00:00
quality/driver/fallback_to_gles2=true
2021-04-24 00:05:01 +00:00
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"