fixes for animations with head and jump, etc.

This commit is contained in:
jeena 2013-12-25 00:28:28 +01:00
parent 142964938c
commit 283a1ef48b
16 changed files with 147 additions and 109 deletions

View file

@ -34,7 +34,7 @@ define([
var tiles = this.levelObject.tiles;
for (var i = 0; i < tiles.length; i++) {
this.gameObjects.fixed.push(new Tile(this.engine, tiles[i]));
this.gameObjects.fixed.push(new Tile(this.engine, "tile-" + i, tiles[i]));
}
}