@@ -35,6 +35,7 @@ var GameObjects = {
3535 PathFollower : require ( './pathfollower/PathFollower' ) ,
3636 RenderTexture : require ( './rendertexture/RenderTexture' ) ,
3737 RetroFont : require ( './bitmaptext/RetroFont' ) ,
38+ Rope : require ( './rope/Rope' ) ,
3839 Sprite : require ( './sprite/Sprite' ) ,
3940 Text : require ( './text/static/Text' ) ,
4041 TileSprite : require ( './tilesprite/TileSprite' ) ,
@@ -70,6 +71,7 @@ var GameObjects = {
7071 Particles : require ( './particles/ParticleManagerFactory' ) ,
7172 PathFollower : require ( './pathfollower/PathFollowerFactory' ) ,
7273 RenderTexture : require ( './rendertexture/RenderTextureFactory' ) ,
74+ Rope : require ( './rope/RopeFactory' ) ,
7375 Sprite : require ( './sprite/SpriteFactory' ) ,
7476 StaticBitmapText : require ( './bitmaptext/static/BitmapTextFactory' ) ,
7577 Text : require ( './text/static/TextFactory' ) ,
@@ -100,6 +102,7 @@ var GameObjects = {
100102 Image : require ( './image/ImageCreator' ) ,
101103 Particles : require ( './particles/ParticleManagerCreator' ) ,
102104 RenderTexture : require ( './rendertexture/RenderTextureCreator' ) ,
105+ Rope : require ( './rope/RopeCreator' ) ,
103106 Sprite : require ( './sprite/SpriteCreator' ) ,
104107 StaticBitmapText : require ( './bitmaptext/static/BitmapTextCreator' ) ,
105108 Text : require ( './text/static/TextCreator' ) ,
0 commit comments