File size: 120 Bytes
bd23f64
 
 
 
 
 
1
2
3
4
5
6
7
extends Camera3D
@export var robot: Robot


func _physics_process(_delta):
	global_position.z = robot.global_position.z