Improved player label
This commit is contained in:
6
client/world/utils/RotateY.gd
Normal file
6
client/world/utils/RotateY.gd
Normal file
@ -0,0 +1,6 @@
|
||||
extends Node3D
|
||||
|
||||
@export var speed: float = 1.0
|
||||
|
||||
func _process(delta):
|
||||
rotate_y(speed * delta)
|
Reference in New Issue
Block a user