0.0.15 • Published 8 years ago

rd.lily2 v0.0.15

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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
0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago