YMFS/core/scripts/camera_3d.gd

6 lines
73 B
GDScript

extends Camera3D
func _ready():
GameManager.camera_array.append(self)