Files
MovementTests/godot_state_charts_examples/ant_hill/ant_hill_demo.gd
Minimata af1f6da98d
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 31s
Create tag and build when new code gets to main / Test (push) Has been cancelled
Create tag and build when new code gets to main / Export (push) Has been cancelled
updating project files
2026-01-28 09:50:10 +01:00

9 lines
71 B
GDScript

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