mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Bumped verison number. Removed default render options (as they're set in Phaser.Game).
This commit is contained in:
parent
daef7d5bfc
commit
5ceb9914b9
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ PIXI.CANVAS_RENDERER = 1;
|
|||
* @property {String} VERSION
|
||||
* @static
|
||||
*/
|
||||
PIXI.VERSION = "v2.2.8";
|
||||
PIXI.VERSION = "v2.2.9";
|
||||
|
||||
// used to create uids for various pixi objects.
|
||||
PIXI._UID = 0;
|
||||
|
@ -99,7 +99,6 @@ PIXI.RETINA_PREFIX = "@2x";
|
|||
* @property {Boolean} defaultRenderOptions.clearBeforeRender=true
|
||||
* @property {Boolean} defaultRenderOptions.autoResize=false
|
||||
* @static
|
||||
*/
|
||||
PIXI.defaultRenderOptions = {
|
||||
view: null,
|
||||
transparent: false,
|
||||
|
@ -109,3 +108,4 @@ PIXI.defaultRenderOptions = {
|
|||
clearBeforeRender: true,
|
||||
autoResize: false
|
||||
};
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue