Files

10 lines
72 B
GDScript

extends Node2D
func _ready():
# initialize the RNG
randomize()