46 lines
1.1 KiB
Text
46 lines
1.1 KiB
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="ChatBoat"
|
|
config/version="0.1"
|
|
config/tags=PackedStringArray("games")
|
|
run/main_scene="uid://bhwuawppmqk4"
|
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[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"
|
|
|
|
[physics]
|
|
|
|
3d/run_on_separate_thread=true
|
|
3d/physics_engine="Jolt Physics"
|
|
jolt_physics_3d/simulation/bounce_velocity_threshold=2.0
|
|
3d/default_linear_damp=0.5
|
|
3d/default_angular_damp=1.5
|
|
3d/sleep_threshold_angular=0.174533
|
|
common/physics_interpolation=true
|
|
|
|
[rendering]
|
|
|
|
global_illumination/gi/use_half_resolution=true
|
|
shading/overrides/force_vertex_shading=true
|