Skip to content

Tasks!

Compare
Choose a tag to compare
@svenar-nl svenar-nl released this 28 Sep 19:43
· 34 commits to master since this release

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.