Improved player label

This commit is contained in:
2024-02-06 13:58:30 +01:00
parent 651b353340
commit 4e5b908f05
6 changed files with 25 additions and 18 deletions

View File

@ -0,0 +1,6 @@
extends Node3D
@export var speed: float = 1.0
func _process(delta):
rotate_y(speed * delta)