waited far too long for an initial commit but here we are
This commit is contained in:
7
Scripts/on_top_camera.gd
Normal file
7
Scripts/on_top_camera.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends Camera3D
|
||||
|
||||
@export var clone_camera : Node3D
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
global_position = clone_camera.global_position
|
||||
global_rotation = clone_camera.global_rotation
|
Reference in New Issue
Block a user