maze-generator-assets-lib/project.godot
megamichi 7bb83a1340 init
2025-02-28 17:13:53 +01:00

31 lines
710 B
Text

; 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=5
[application]
config/name="maze-generator"
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.png"
[display]
window/stretch/mode="viewport"
window/stretch/aspect="keep_height"
[input_devices]
pointing/emulate_touch_from_mouse=true
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="mobile"
textures/vram_compression/import_etc2_astc=true