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