Skip to content

Commit

Permalink
whoops.. seems like I accidentally removed something !
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Mar 23, 2012
1 parent 86d8bde commit 457b957
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/level/level.js
Expand Up @@ -43,6 +43,9 @@
this.parent(new me.Vector2d(x * w, y * h), w, h);
// tileID
this.tileId = tileId;
// Tile row / col pos
this.row = x;
this.col = y;
}
});

Expand Down

0 comments on commit 457b957

Please sign in to comment.