146 lines
4.0 KiB
Plaintext
146 lines
4.0 KiB
Plaintext
; 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="tgcc"
|
|
run/main_scene="uid://bjkhawylawqof"
|
|
config/features=PackedStringArray("4.6", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
UIEvents="*uid://dehu28iq27mbn"
|
|
GameState="*uid://b17g2w2g101o6"
|
|
CollectionManager="*uid://c3kq1qddpm8tf"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1920
|
|
window/size/viewport_height=1080
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/aspect="expand"
|
|
|
|
[global_group]
|
|
|
|
weather_vegetables_node=""
|
|
wind_node="Materials to apply wind"
|
|
weather_node=""
|
|
|
|
[input]
|
|
|
|
photo_pan_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":65,"location":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
photo_pan_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)
|
|
]
|
|
}
|
|
photo_pan_up={
|
|
"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":119,"location":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
photo_pan_down={
|
|
"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)
|
|
]
|
|
}
|
|
take_photo={
|
|
"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":70,"key_label":0,"unicode":102,"location":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
toggle_photo_mode={
|
|
"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":80,"key_label":0,"unicode":112,"location":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
|
|
[physics]
|
|
|
|
3d/physics_engine="Jolt Physics"
|
|
|
|
[rendering]
|
|
|
|
textures/canvas_textures/default_texture_filter=2
|
|
rendering_device/driver.windows="d3d12"
|
|
anti_aliasing/quality/use_taa=true
|
|
|
|
[shader_globals]
|
|
|
|
global_gradient_color_bot={
|
|
"type": "color",
|
|
"value": Color(0, 0, 0, 1)
|
|
}
|
|
global_gradient_color_top={
|
|
"type": "color",
|
|
"value": Color(0, 0, 0, 1)
|
|
}
|
|
global_gradient_intensity={
|
|
"type": "float",
|
|
"value": 0.0
|
|
}
|
|
global_snow_amount={
|
|
"type": "float",
|
|
"value": 0.0
|
|
}
|
|
global_wind_speed={
|
|
"type": "float",
|
|
"value": 0.075
|
|
}
|
|
global_wind_direction={
|
|
"type": "vec2",
|
|
"value": Vector2(0.5, 0.2)
|
|
}
|
|
global_wind_scale={
|
|
"type": "float",
|
|
"value": 0.025
|
|
}
|
|
global_wind_strength={
|
|
"type": "float",
|
|
"value": 0.8
|
|
}
|
|
global_snow_threshold={
|
|
"type": "float",
|
|
"value": 0.0
|
|
}
|
|
global_snow_color={
|
|
"type": "color",
|
|
"value": Color(0.9309246, 0.95468724, 0.9776916, 1)
|
|
}
|
|
global_snow_start_time={
|
|
"type": "float",
|
|
"value": -1.0
|
|
}
|
|
global_snow_accumulation_speed={
|
|
"type": "float",
|
|
"value": 0.05
|
|
}
|
|
global_snow_melt_time={
|
|
"type": "float",
|
|
"value": -1.0
|
|
}
|
|
global_snow_melt_speed={
|
|
"type": "float",
|
|
"value": 0.0
|
|
}
|
|
global_rain_intensity={
|
|
"type": "float",
|
|
"value": 0.0
|
|
}
|
|
global_rain_puddle_amount={
|
|
"type": "float",
|
|
"value": 0.0
|
|
}
|