From b82fc22498066064cac5fe778ff77e53cb1b7a98 Mon Sep 17 00:00:00 2001 From: blujai831 Date: Tue, 13 Feb 2024 10:51:15 -0800 Subject: [PATCH] Clarified purpose of _set_weather. --- fx/FX.gd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fx/FX.gd b/fx/FX.gd index 732f5e1..3d20c84 100644 --- a/fx/FX.gd +++ b/fx/FX.gd @@ -371,6 +371,8 @@ func apply_conifg( ]).sync() ## Changes the weather to an arbitrary and possibly chimeric configuration. +## +## Backend to public weather methods. func _set_weather( rain: float, snow: float,