conforms file names to consistant standard
This commit is contained in:
8
scripts/on_top_camera.gd
Normal file
8
scripts/on_top_camera.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
class_name OnTopCamera
|
||||
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