mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
New components index.
This commit is contained in:
parent
b9750bec9d
commit
4702ed7400
1 changed files with 14 additions and 0 deletions
14
v3/src/physics/matter-js/components/index.js
Normal file
14
v3/src/physics/matter-js/components/index.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Phaser.Physics.Matter.Body.Components
|
||||
|
||||
module.exports = {
|
||||
|
||||
Bounce: require('./Bounce'),
|
||||
Force: require('./Force'),
|
||||
Friction: require('./Friction'),
|
||||
Mass: require('./Mass'),
|
||||
Static: require('./Static'),
|
||||
Sensor: require('./Sensor'),
|
||||
Transform: require('./Transform'),
|
||||
Velocity: require('./Velocity')
|
||||
|
||||
};
|
Loading…
Reference in a new issue