This commit is contained in:
Richard Davey 2018-05-02 11:36:03 +01:00
parent 28251fd0f5
commit c13c828dc4

View file

@ -4,7 +4,6 @@
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/ */
var GetAdvancedValue = require('../../utils/object/GetAdvancedValue');
var GameObjectCreator = require('../GameObjectCreator'); var GameObjectCreator = require('../GameObjectCreator');
var Graphics = require('./Graphics'); var Graphics = require('./Graphics');