Updated folder to match the namespace.

This commit is contained in:
Richard Davey 2017-10-13 11:38:34 +01:00
parent dc592967ae
commit c9aefdaca1
40 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,8 @@ var GetFrames = require('./inc/GetFrames');
// Game Objects have the Animation Component, which are like playheads to global Animations (these objects)
// So multiple Game Objects can have playheads all pointing to this one Animation instance
// Phaser.Animations.Animation
var Animation = new Class({
initialize:

View file

@ -9,7 +9,7 @@ var DOMContentLoaded = require('../dom/DOMContentLoaded');
var EventDispatcher = require('../events/EventDispatcher');
var VisibilityHandler = require('./VisibilityHandler');
var AnimationManager = require('../animation/manager/AnimationManager');
var AnimationManager = require('../animations/manager/AnimationManager');
var CreateRenderer = require('./CreateRenderer');
var Data = require('../scene/plugins/Data');
var GlobalCache = require('../cache/GlobalCache');