Skip to content

Commit

Permalink
Build files + docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Apr 15, 2014
1 parent 5f45579 commit 1326e40
Show file tree
Hide file tree
Showing 231 changed files with 1,724 additions and 1,093 deletions.
2 changes: 1 addition & 1 deletion build/custom/ninja.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/custom/p2.js
Original file line number Diff line number Diff line change
Expand Up @@ -12579,7 +12579,7 @@ Phaser.Physics.P2.prototype = {
{
var tile = map.layers[layer].data[y][x];

if (tile)
if (tile && tile.collides)
{
if (optimize)
{
Expand Down
4 changes: 2 additions & 2 deletions build/custom/p2.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1326e40

Please sign in to comment.