84 lines
3.3 KiB
Text
84 lines
3.3 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"
|
|
OceanTiles=""
|
|
|
|
[input]
|
|
|
|
move_forward={
|
|
"deadzone": 0.2,
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":122,"location":0,"echo":false,"script":null)
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":5,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
move_backward={
|
|
"deadzone": 0.2,
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
turn_right={
|
|
"deadzone": 0.2,
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null)
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
turn_left={
|
|
"deadzone": 0.2,
|
|
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":113,"location":0,"echo":false,"script":null)
|
|
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null)
|
|
]
|
|
}
|
|
camera_right={
|
|
"deadzone": 0.2,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null)
|
|
]
|
|
}
|
|
camera_left={
|
|
"deadzone": 0.2,
|
|
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null)
|
|
]
|
|
}
|
|
|
|
[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
|