Table of Contents
src / stages / weather / weather.gd
Attached Scenes
Code
extends Node2D
func _process(_delta: float) -> void:
var camera = current_camera()
if camera: global_position = camera.global_position
func current_camera() -> Camera2D:
return get_viewport().get_camera_2d()