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


@export var rotation_speed = 4.0

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