mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Update SCALE_MODE_CONST.js
This commit is contained in:
parent
099919102a
commit
2c4df2488b
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ module.exports = {
|
||||||
* @name Phaser.Scale.ScaleModes.EXPAND
|
* @name Phaser.Scale.ScaleModes.EXPAND
|
||||||
* @type {number}
|
* @type {number}
|
||||||
* @const
|
* @const
|
||||||
* @since 3.70.1
|
* @since 3.80.0
|
||||||
*/
|
*/
|
||||||
EXPAND : 6
|
EXPAND: 6
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue