Improved player label
This commit is contained in:
4
client/world/utils/LookAtCamera.gd
Normal file
4
client/world/utils/LookAtCamera.gd
Normal file
@ -0,0 +1,4 @@
|
||||
extends Node3D
|
||||
|
||||
func _process(_delta):
|
||||
look_at(Global.camera.global_position, Vector3.UP, true)
|
Reference in New Issue
Block a user