Skip to content

Commit 1326e40

Browse files
committed
Build files + docs update.
1 parent 5f45579 commit 1326e40

231 files changed

Lines changed: 1724 additions & 1093 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/custom/ninja.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/custom/p2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12579,7 +12579,7 @@ Phaser.Physics.P2.prototype = {
1257912579
{
1258012580
var tile = map.layers[layer].data[y][x];
1258112581

12582-
if (tile)
12582+
if (tile && tile.collides)
1258312583
{
1258412584
if (optimize)
1258512585
{

build/custom/p2.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)