Skip to content

Commit

Permalink
Build Phaser v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Jan 19, 2018
1 parent c127bc8 commit eaf49b6
Show file tree
Hide file tree
Showing 221 changed files with 14,658 additions and 10,915 deletions.
27 changes: 27 additions & 0 deletions build/custom/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Custom Builds
=============

Any **one** of these can be used in place of [phaser.js](../phaser.js):

- phaser-arcade-physics.js
- phaser-no-physics.js
- phaser-minimum.js

Any one of these **sets** can be used in place of [phaser.js](../phaser.js):

Browserify / CommonJS
---------------------

1. p2.js
1. pixi.js
1. phaser-split.js

Creature
--------

1. creature.js
1. p2.js
1. pixi.js
1. phaser-creature.js

You can also [make your own custom build](http://phaser.io/tutorials/creating-custom-phaser-builds).
2 changes: 1 addition & 1 deletion build/custom/creature.min.js

Large diffs are not rendered by default.

19 changes: 1 addition & 18 deletions build/custom/p2.js
Original file line number Diff line number Diff line change
Expand Up @@ -5547,16 +5547,6 @@ RevoluteConstraint.prototype.disableMotor = function(){
this.motorEnabled = false;
};

/**
* Check if the motor is enabled.
* @method motorIsEnabled
* @deprecated use property motorEnabled instead.
* @return {Boolean}
*/
RevoluteConstraint.prototype.motorIsEnabled = function(){
return !!this.motorEnabled;
};

/**
* Set the speed of the rotational constraint motor
* @method setMotorSpeed
Expand Down Expand Up @@ -10910,13 +10900,6 @@ Shape.LINE = 16;
*/
Shape.BOX = 32;

Object.defineProperty(Shape, 'RECTANGLE', {
get: function() {
console.warn('Shape.RECTANGLE is deprecated, use Shape.BOX instead.');
return Shape.BOX;
}
});

/**
* @static
* @property {Number} CAPSULE
Expand Down Expand Up @@ -13635,4 +13618,4 @@ World.prototype.raycast = function(result, ray){

},{"../../package.json":6,"../collision/AABB":7,"../collision/Broadphase":8,"../collision/Narrowphase":10,"../collision/Ray":11,"../collision/SAPBroadphase":13,"../constraints/Constraint":14,"../constraints/DistanceConstraint":15,"../constraints/GearConstraint":16,"../constraints/LockConstraint":17,"../constraints/PrismaticConstraint":18,"../constraints/RevoluteConstraint":19,"../events/EventEmitter":26,"../material/ContactMaterial":27,"../material/Material":28,"../math/vec2":30,"../objects/Body":31,"../objects/LinearSpring":32,"../objects/RotationalSpring":33,"../shapes/Capsule":38,"../shapes/Circle":39,"../shapes/Convex":40,"../shapes/Line":42,"../shapes/Particle":43,"../shapes/Plane":44,"../shapes/Shape":45,"../solver/GSSolver":46,"../solver/Solver":47,"../utils/OverlapKeeper":52,"../utils/Utils":57,"./IslandManager":59}]},{},[36])
(36)
});
});
2 changes: 1 addition & 1 deletion build/custom/p2.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/custom/p2.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit eaf49b6

Please sign in to comment.