@@ -0,0 +1,7 @@
extends Node3D
@export var speed: float = 1.0
func _process(delta: float) -> void:
rotation_degrees.y += speed * delta
The note is not visible to the blocked user.