File size: 114 Bytes
c5a8672
 
 
 
 
 
1
2
3
4
5
6
7
extends Node3D

@export var rotation_speed = 1.0

func _physics_process(delta):
	rotate_y(rotation_speed * delta)