Skip to content

0.2.5

Compare
Choose a tag to compare
@jprochazk jprochazk released this 19 Feb 21:58
· 28 commits to master since this release
  • Added controls + explainer to simple-ai example
  • Improved documentation
  • Added a full walk-through of the API
  • Updated README
  • Fixed a bug where inserting an entity would not increase the current entity sequence (code sample below)
world.insert(0, new A);
const entity = world.create(new B);
world.has(entity, A); // true !?