initial commit

This commit is contained in:
2023-02-14 16:07:11 +01:00
commit 483161d330
5 changed files with 194 additions and 0 deletions

7
plugin.cfg Normal file
View File

@@ -0,0 +1,7 @@
[plugin]
name="Simple State Machine"
description="A simple state machine with a node 'StateMachine' and simple code to use it"
author="groug"
version="0.1"
script="state_machine_init.gd"