diff --git a/src/stubs/Create.js b/src/stubs/Create.js new file mode 100644 index 000000000..1dd06d266 --- /dev/null +++ b/src/stubs/Create.js @@ -0,0 +1,7 @@ +/** +* @author Richard Davey +* @copyright 2015 Photon Storm Ltd. +* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} +*/ + +Phaser.Create = function () {}; diff --git a/tasks/manifests/create.json b/tasks/manifests/create.json new file mode 100644 index 000000000..25acbcbc0 --- /dev/null +++ b/tasks/manifests/create.json @@ -0,0 +1,3 @@ +[ + "src/core/Create.js" +] diff --git a/tasks/manifests/create.stub.json b/tasks/manifests/create.stub.json new file mode 100644 index 000000000..d99956735 --- /dev/null +++ b/tasks/manifests/create.stub.json @@ -0,0 +1,3 @@ +[ + "src/stubs/Create.js" +]