5 lines
59 B
GDScript3
5 lines
59 B
GDScript3
|
extends Sprite
|
||
|
|
||
|
func _physics_process(delta):
|
||
|
rotate(0.1)
|