mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Add the modes back in, as we need them internally
This commit is contained in:
parent
e7d06a96cf
commit
78d1b75872
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ var CONST = {
|
|||
*/
|
||||
VERSION: '3.17.0',
|
||||
|
||||
BlendModes: require('./renderer/BlendModes'),
|
||||
|
||||
ScaleModes: require('./renderer/ScaleModes'),
|
||||
|
||||
/**
|
||||
* AUTO Detect Renderer.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue