Skip to content

Commit e887a3a

Browse files
committed
Merged in Matter.js
1 parent 7eeb8d5 commit e887a3a

37 files changed

Lines changed: 10864 additions & 1 deletion

v3/src/checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var CHECKSUM = {
2-
build: '8a9ef8e0-ffb0-11e6-922a-fdf541bc229e'
2+
build: 'b0e4a5d0-0457-11e7-a84b-a92b09eaa636'
33
};
44
module.exports = CHECKSUM;

v3/src/phaser.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ var Phaser = {
3636

3737
Sound: require('./sound'),
3838

39+
Physics: require('./physics'),
40+
3941
Class: require('./utils/Class'),
4042

4143
Utils: {

v3/src/physics/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Phaser.Physics
2+
3+
module.exports = {
4+
PolyDecomp: require('./poly-decomp/'),
5+
MatterJS: require('./matter-js/module/main')
6+
};

0 commit comments

Comments
 (0)