2024-06-26 23:09:42 -03: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=5
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="Omnichord Godot"
|
2024-06-26 23:49:24 -03:00
|
|
|
run/main_scene="res://scenes/Omnichord.tscn"
|
2024-12-05 13:04:08 -04:00
|
|
|
config/features=PackedStringArray("4.3", "GL Compatibility")
|
2024-06-27 00:12:18 -03:00
|
|
|
boot_splash/show_image=false
|
|
|
|
boot_splash/fullsize=false
|
|
|
|
boot_splash/use_filter=false
|
2024-06-26 23:49:24 -03:00
|
|
|
config/icon="res://icons/icon.svg"
|
2024-06-26 23:09:42 -03:00
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
2024-06-26 23:49:24 -03:00
|
|
|
Global="*res://scripts/Global.gd"
|
2024-06-26 23:09:42 -03:00
|
|
|
|
2024-06-27 22:54:09 -03:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/viewport_width=576
|
|
|
|
window/size/viewport_height=324
|
|
|
|
window/stretch/mode="canvas_items"
|
|
|
|
window/stretch/aspect="expand"
|
|
|
|
|
2024-06-26 23:09:42 -03:00
|
|
|
[dotnet]
|
|
|
|
|
|
|
|
project/assembly_name="Omnichord Godot"
|
2024-06-27 01:21:02 -03:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
textures/vram_compression/import_etc2_astc=true
|