fix water colors

This commit is contained in:
2026-04-30 06:55:28 +02:00
parent 889334e7a3
commit 122ec189eb

View File

@@ -141,3 +141,7 @@ global_snow_cap_enabled={
"type": "bool",
"value": false
}
global_water_color={
"type": "color",
"value": Color(0, 0, 0, 1)
}