2025-03-24 15:01:39 +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=5
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="ChatBoat"
|
2025-03-25 00:22:03 +00:00
|
|
|
run/main_scene="uid://bhwuawppmqk4"
|
2025-03-24 15:01:39 +00:00
|
|
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
|
|
|
config/icon="res://icon.svg"
|
2025-03-25 00:22:03 +00:00
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/viewport_width=572
|
|
|
|
window/size/viewport_height=324
|
|
|
|
window/stretch/mode="viewport"
|
|
|
|
window/stretch/aspect="expand"
|
|
|
|
window/per_pixel_transparency/allowed=true
|
|
|
|
window/vsync/vsync_mode=0
|
|
|
|
|
|
|
|
[global_group]
|
|
|
|
|
|
|
|
Ocean="Oceans"
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
global_illumination/gi/use_half_resolution=true
|
|
|
|
shading/overrides/force_vertex_shading=true
|