Tasks!
Changelog
- LibZ_Entity.java
- Added method 'taskTriggered(String taskName)' this method needs to be overwritten.
- Render.java
- Little improvements
- Window.Java
- Renamed Window.java to Screen.java
- Emitter.java
- Added support for screen offset
- TaskContainer.java | Task.java
- Initial commit
Tasks are usefull to send messages to multiple entities ate the same time, instead of using your own methods you could just send a String and the entities could react on it.
Did we miss something?
Feel free to post it here.