mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
upgraded pixi.js to v3.0.6
This commit is contained in:
parent
eed91673f7
commit
d03145e2d1
3 changed files with 1152 additions and 1067 deletions
1246
demo/js/lib/pixi.js
1246
demo/js/lib/pixi.js
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -52,6 +52,7 @@ var RenderPixi = {};
|
|||
antialias: true,
|
||||
backgroundColor: options.background
|
||||
});
|
||||
|
||||
render.canvas = render.context.view;
|
||||
render.container = new PIXI.Container();
|
||||
render.bounds = render.bounds || {
|
||||
|
|
Loading…
Reference in a new issue