1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 15:44:21 +00:00
swear-jar/entity/gem/RandomValue.gd

5 lines
83 B
GDScript3
Raw Normal View History

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