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