Clarified purpose of _set_weather.
This commit is contained in:
parent
53d1bdb7f8
commit
b82fc22498
2
fx/FX.gd
2
fx/FX.gd
|
@ -371,6 +371,8 @@ func apply_conifg(
|
||||||
]).sync()
|
]).sync()
|
||||||
|
|
||||||
## Changes the weather to an arbitrary and possibly chimeric configuration.
|
## Changes the weather to an arbitrary and possibly chimeric configuration.
|
||||||
|
##
|
||||||
|
## Backend to public weather methods.
|
||||||
func _set_weather(
|
func _set_weather(
|
||||||
rain: float,
|
rain: float,
|
||||||
snow: float,
|
snow: float,
|
||||||
|
|
Loading…
Reference in New Issue