Donut.gd 108 B

123456
  1. extends Spatial
  2. export var rotspeed = 2
  3. func _process(delta):
  4. rotation_degrees+=Vector3(0.0,rotspeed,0.0)