RingOfRaces/MiscCodes/loading_ring.gd

5 lines
59 B
GDScript3
Raw Normal View History

extends Sprite
func _physics_process(delta):
rotate(0.1)