gd,refacto: added state chart addon and namespace cleanup
This commit is contained in:
9
godot_state_charts_examples/ant_hill/ant_hill_demo.gd
Normal file
9
godot_state_charts_examples/ant_hill/ant_hill_demo.gd
Normal file
@ -0,0 +1,9 @@
|
||||
extends Node2D
|
||||
|
||||
|
||||
func _ready():
|
||||
# initialize the RNG
|
||||
randomize()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user