Gamelib: now on Github. Also new release (0.4)!
August 17, 2011
Tengu Gamelib is now on Github.
https://github.com/DaVince/Tengu-GameLib
There is also a new release.
Gamelib (v0.4) (2011-08-15)
Change log:
- The canvas is now created inside the script itself (canvas resolution can be passed to Gamelib.init()).
- Moved all functions and variables into the Gamelib “namespace” (just an object holding it all).
- Renamed Main() to Gamelib.init().
- Added Gamelib.State.onstart() which runs only once: when starting the state.
- A state’s update method is no longer mandatory (but not recommended).
- Added testing/template page.
- Moved debug panel to a (hopefully) more convenient spot.