New Create stub added for the custom build process. Cuts file size by 8KB.

This commit is contained in:
photonstorm 2015-09-30 11:19:05 +01:00
parent 6fd2b6a7ec
commit 6d0aa613ad
3 changed files with 13 additions and 0 deletions

7
src/stubs/Create.js Normal file
View file

@ -0,0 +1,7 @@
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2015 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
Phaser.Create = function () {};

View file

@ -0,0 +1,3 @@
[
"src/core/Create.js"
]

View file

@ -0,0 +1,3 @@
[
"src/stubs/Create.js"
]