mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Updated folder to match the namespace.
This commit is contained in:
parent
dc592967ae
commit
c9aefdaca1
40 changed files with 3 additions and 1 deletions
|
@ -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:
|
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue