Skip to content

Actions

Compare
Choose a tag to compare
@svenar-nl svenar-nl released this 21 Oct 10:31
· 25 commits to master since this release

Changelog

  • GameCore.java
    • added setSize(int width, int height);
    • added setSize(Dimension dimension);
  • Minor improvements

Actions: Easy execute actions in order / manipulate them.
init:
ActionContainer actionContainer = new ActionContainer();
actionContainer.add(action);
actionContainer.start();
update:
actionContainer.update();


Did we miss something?

Feel free to post it here.