I tryed defold router but i don’t like how it works.So i implement my own library with the same idea.For now it contains less functions then defold router.
The main differences:
- use msg.post() to change scene instead of lua module.
- logs to console when changing scene
- no save states(I think if scene need save state, scene should do it by itself)
- no popup/input(will be added later)