@ -42,3 +42,6 @@ func _on_rain_area_body_entered(body):
func _on_rain_area_body_exited(body):
if body.is_in_group("rain"):
_droplet_count -= 1
func _on_game_started():
_droplet_count = 0