1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2025-02-16 14:13:58 +00:00
swear-jar/entity/gem/RandomValue.gd

5 lines
83 B
GDScript3
Raw Normal View History

2023-10-02 14:58:17 +02:00
extends Node
func _ready():
get_parent().value=Randomizer.rng.randi_range(0,360)