mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
Merge branch 'jackismissing-master'
This commit is contained in:
commit
34524651fb
1 changed files with 2 additions and 0 deletions
|
@ -11,9 +11,11 @@ var RenderPixi = {};
|
||||||
|
|
||||||
module.exports = RenderPixi;
|
module.exports = RenderPixi;
|
||||||
|
|
||||||
|
var Bounds = require('../geometry/Bounds');
|
||||||
var Composite = require('../body/Composite');
|
var Composite = require('../body/Composite');
|
||||||
var Common = require('../core/Common');
|
var Common = require('../core/Common');
|
||||||
var Events = require('../core/Events');
|
var Events = require('../core/Events');
|
||||||
|
var Vector = require('../geometry/Vector');
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue