Files

34 lines
718 B
Plaintext
Raw Permalink Normal View History

2023-07-30 00:22:03 -07: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]
2025-07-27 02:18:05 -07:00
config/name="Sakira"
2023-07-30 00:22:03 -07:00
run/main_scene="res://Scenes/_STARTUP.tscn"
2025-07-25 14:23:37 -07:00
config/features=PackedStringArray("4.4", "C#", "Mobile")
2023-07-30 00:22:03 -07:00
config/icon="res://icon.svg"
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
window/vsync/vsync_mode=2
2023-07-30 00:22:03 -07:00
[dotnet]
2025-07-27 02:18:05 -07:00
project/assembly_name="Sakira"
2023-07-30 00:22:03 -07:00
[rendering]
renderer/rendering_method="mobile"
2023-09-02 20:11:50 -07:00
anti_aliasing/quality/msaa_3d=1