Merge branch 'main' into ai_and_photo_mode

This commit is contained in:
2026-05-05 22:11:30 +02:00
230 changed files with 21467 additions and 969 deletions

View File

@@ -11,9 +11,10 @@ config_version=5
[application]
config/name="tgcc"
run/main_scene="uid://bjkhawylawqof"
run/main_scene="uid://38qpxwbpvd28"
config/features=PackedStringArray("4.6", "Forward Plus")
config/icon="res://icon.svg"
run/max_fps=60
config/icon="uid://bfar1kk3pgq8f"
[autoload]
@@ -26,6 +27,7 @@ AudioManager="*uid://dcttbbavtwtsg"
window/size/viewport_width=1920
window/size/viewport_height=1080
window/size/mode=3
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
@@ -144,3 +146,39 @@ global_rain_puddle_amount={
"type": "float",
"value": 0.0
}
global_wind_fade={
"type": "float",
"value": 1.2
}
global_snow_cap_height={
"type": "float",
"value": 0.0
}
global_snow_cap_flatness_start={
"type": "float",
"value": 0.0
}
global_snow_cap_flatness_end={
"type": "float",
"value": 0.0
}
global_snow_cap_noise_scale={
"type": "float",
"value": 0.0
}
global_snow_cap_noise_strength={
"type": "float",
"value": 0.0
}
global_snow_max_accumulation={
"type": "float",
"value": 0.0
}
global_snow_cap_enabled={
"type": "bool",
"value": false
}
global_water_color={
"type": "color",
"value": Color(0, 0, 0, 1)
}