add rain to materials

This commit is contained in:
2026-03-31 19:33:17 +02:00
parent 222c3c88d3
commit b05abd395f
16 changed files with 218 additions and 106 deletions

View File

@@ -97,9 +97,9 @@ extends Resource
@export var snow_amount: float = 0.0
@export var snow_transaction_time: float = 10.0
@export var snow_fade_time: float = 5.0
@export var snow_threshold: float = 0.6
@export var snow_accumulation_speed: float = 0.05 #0.1 -> accumulation time 10secs; 0.05 -> accumulation time 20secs; realistic; 0.2 -> accumulation time 5secs;
@export var snow_melt_speed: float = 0.1
@export var snow_threshold: float = 0.4
@export var snow_accumulation_speed: float = 0.02 #0.1 -> accumulation time 10secs; 0.05 -> accumulation time 20secs; realistic; 0.2 -> accumulation time 5secs;
@export var snow_melt_speed: float = 0.05
@export var snow_color: Color = Color(0.9, 0.95, 1.0)
@export var snow_mode_color: Color = Color(0.7, 0.75, 0.8, 1.0)