0.0.15 • Published 8 years ago
rd.lily2 v0.0.15
rd.lily2
A platformer RPG game.
Installation
npm install rd.lily2 --save
Usage
var Lily = require('rd.lily2');
var lily = new Lily(canvas);
lily.start();
Release History
- 0.0.15 Add basic hud
- 0.0.14 Make background blocks translucent
- 0.0.13 Add background blocks and treeTrunk renderer
- 0.0.12 Improve collision detection
- 0.0.11 Add exits to areas and create a second test area
- 0.0.10 Improve areaLoader to prepare for multiple areas
- 0.0.9 Add offset to area instead of always being centered
- 0.0.8 Add basic bullets that collide with blocks
- 0.0.7 Add basic machine gun and allow arm to track mouse movement
- 0.0.6 Add grass and rough edges to dirt renderer
- 0.0.5 Add dirt renderer and cache pixelSet images
- 0.0.4 Reduce block size to 10x10
- 0.0.3 Add color gradients for the pixelSet renderer
- 0.0.2 Add animation for walking backwards & slow it down
- 0.0.1 Initial commit