mirror of
https://github.com/Steffo99/swear-jar.git
synced 2025-03-13 12:17:29 +00:00
4 lines
83 B
GDScript
4 lines
83 B
GDScript
extends Node
|
|
|
|
func _ready():
|
|
get_parent().value=Randomizer.rng.randi_range(0,360)
|