lionengine
lionengine copied to clipboard
Java 2D Game Engine
Since _ObjectGame_ changed a lot, it will be necessary to update the network part in order to be fully compatible with the new _Trait_ system. Example should also be updated...
Compile sc68 for: * [ ] macos * [X] win32-x86 * [x] arm64-v8a
Provide a configuration node to define a priority number allowing to sort _Routine_ on auto add by _Routines_. The goal is to remove the old way by using a single_xxxUpdater_...
Also provide custom priority number directly from constructor.
Currently, the transitions extraction made since #166 works well only if analyzed map are bug free. As it learns by checking all existing transitions and constraints for each neighbor, it...