6 lines
73 B
GDScript
6 lines
73 B
GDScript
extends Camera3D
|
|
|
|
|
|
func _ready():
|
|
GameManager.camera_array.append(self)
|