factory-expansion/globals.gd

7 lines
69 B
GDScript

extends Node
var seed : int
func _ready() -> void:
seed = randi()