create weather controller and daynight controller

This commit is contained in:
2026-03-24 13:56:36 +01:00
parent 5e9611ed44
commit 36d6f29fd3
45 changed files with 2186 additions and 0 deletions

View File

@@ -11,13 +11,46 @@ 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"
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
[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
}