Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@FoxyOfJungle FoxyOfJungle released this 18 May 01:57
· 1 commit to main since this release

v1.1 Released!

  • Added Triggers (Add a State as a trigger for another. In other words, its functions will be executed according to the defined state);
    • This allows for a different form of inheritance;
  • Added OverrideState() function (Replaces functions from one state to another, keeping the same state name.);
  • Added OverrideStateFunction() function (Replaces specific functions from a state.);
  • It is now possible to have Free State children.