Actions
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.