Skip to content

PicoES v0.5.2

Compare
Choose a tag to compare
@ayebear ayebear released this 05 Nov 02:18
· 113 commits to master since this release

System Re-running

  • Added support for re-running all systems by returning "true" on system methods like pre, every, and post. Re-runs will not pass any arguments to your methods. This is helpful if you pass a delta-time value, so you know not to advance anything by that during a re-run.