boronotes/project.godot

37 lines
810 B
Plaintext
Raw Permalink Normal View History

2024-02-12 19:52:47 +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="Boronotes"
2024-02-13 23:32:33 +03:00
config/version="0.1"
2024-02-12 19:52:47 +03:00
run/main_scene="res://main.tscn"
2024-02-13 19:45:43 +03:00
config/quit_on_go_back=false
2024-02-12 19:52:47 +03:00
config/features=PackedStringArray("4.2", "Mobile")
config/icon="res://icon.svg"
[display]
window/size/viewport_width=900
window/size/viewport_height=1600
window/size/resizable=false
window/stretch/mode="canvas_items"
2024-02-13 19:45:43 +03:00
window/stretch/aspect="expand"
2024-02-12 19:52:47 +03:00
window/handheld/orientation=1
[gui]
theme/custom="res://styles/app_theme.tres"
[rendering]
renderer/rendering_method="mobile"
2024-02-13 19:45:43 +03:00
textures/vram_compression/import_etc2_astc=true