Skip to content

Commit aa06070

Browse files
committed
Added the new Layer Game Object
1 parent e4306df commit aa06070

7 files changed

Lines changed: 989 additions & 0 deletions

File tree

src/gameobjects/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ var GameObjects = {
3232
Graphics: require('./graphics/Graphics.js'),
3333
Group: require('./group/Group'),
3434
Image: require('./image/Image'),
35+
Layer: require('./layer/Layer'),
3536
Particles: require('./particles'),
3637
PathFollower: require('./pathfollower/PathFollower'),
3738
RenderTexture: require('./rendertexture/RenderTexture'),
@@ -74,6 +75,7 @@ var GameObjects = {
7475
Graphics: require('./graphics/GraphicsFactory'),
7576
Group: require('./group/GroupFactory'),
7677
Image: require('./image/ImageFactory'),
78+
Layer: require('./layer/LayerFactory'),
7779
Particles: require('./particles/ParticleManagerFactory'),
7880
PathFollower: require('./pathfollower/PathFollowerFactory'),
7981
RenderTexture: require('./rendertexture/RenderTextureFactory'),
@@ -106,6 +108,7 @@ var GameObjects = {
106108
Graphics: require('./graphics/GraphicsCreator'),
107109
Group: require('./group/GroupCreator'),
108110
Image: require('./image/ImageCreator'),
111+
Layer: require('./layer/LayerCreator'),
109112
Particles: require('./particles/ParticleManagerCreator'),
110113
RenderTexture: require('./rendertexture/RenderTextureCreator'),
111114
Rope: require('./rope/RopeCreator'),

0 commit comments

Comments
 (0)