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