5 lines
66 B
GDScript
5 lines
66 B
GDScript
extends Sprite
|
|
|
|
|
|
func _ready() -> void:
|
|
rotation = randf() * TAU
|