statecharts ehehehehehe

This commit is contained in:
Haze Weathers 2023-04-13 14:24:41 -04:00
parent 4d59717b88
commit 6eff1601a9
23 changed files with 895 additions and 2 deletions

View file

@ -0,0 +1,10 @@
tool
extends EditorPlugin
# plugin initialization
func _enter_tree() -> void:
pass
# plugin cleanup
func _exit_tree() -> void:
pass