10 lines
72 B
GDScript
10 lines
72 B
GDScript
extends Node2D
|
|
|
|
|
|
func _ready():
|
|
# initialize the RNG
|
|
randomize()
|
|
|
|
|
|
|