7 lines
69 B
GDScript
7 lines
69 B
GDScript
extends Node
|
|
|
|
var seed : int
|
|
|
|
func _ready() -> void:
|
|
seed = randi()
|