extends Spatial export var rotspeed = 2 func _process(delta): rotation_degrees+=Vector3(0.0,rotspeed,0.0)