├── .editorconfig ├── .eslintignore ├── .eslintrc.json ├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md ├── PULL_REQUEST_TEMPLATE.md └── workflows │ └── nodejs.yml ├── .gitignore ├── .npmignore ├── .travis.yml ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── DOCS.md ├── Gruntfile.js ├── README.md ├── bower.json ├── docs ├── CreatureShader.html ├── EarCut.html ├── Event.html ├── EventTarget.html ├── PIXI.BaseTexture.html ├── PIXI.CanvasBuffer.html ├── PIXI.CanvasGraphics.html ├── PIXI.CanvasMaskManager.html ├── PIXI.CanvasRenderer.html ├── PIXI.CanvasTinter.html ├── PIXI.ComplexPrimitiveShader.html ├── PIXI.DisplayObject.html ├── PIXI.DisplayObjectContainer.html ├── PIXI.FilterTexture.html ├── PIXI.PixiFastShader.html ├── PIXI.PixiShader.html ├── PIXI.PrimitiveShader.html ├── PIXI.Sprite.html ├── PIXI.StripShader.html ├── PIXI.Texture.html ├── PIXI.WebGLBlendModeManager.html ├── PIXI.WebGLFastSpriteBatch.html ├── PIXI.WebGLFilterManager.html ├── PIXI.WebGLRenderer.html ├── PIXI.html ├── Phaser.Animation.html ├── Phaser.AnimationManager.html ├── Phaser.AnimationParser.html ├── Phaser.ArraySet.html ├── Phaser.ArrayUtils.html ├── Phaser.AudioSprite.html ├── Phaser.BitmapData.html ├── Phaser.BitmapText.html ├── Phaser.Bullet.html ├── Phaser.Button.html ├── Phaser.Cache.html ├── Phaser.Camera.html ├── Phaser.Canvas.html ├── Phaser.CanvasPool.html ├── Phaser.Circle.html ├── Phaser.Color.html ├── Phaser.Component.Angle.html ├── Phaser.Component.Animation.html ├── Phaser.Component.AutoCull.html ├── Phaser.Component.Bounds.html ├── Phaser.Component.BringToTop.html ├── Phaser.Component.Core.html ├── Phaser.Component.Crop.html ├── Phaser.Component.Delta.html ├── Phaser.Component.Destroy.html ├── Phaser.Component.FixedToCamera.html ├── Phaser.Component.Health.html ├── Phaser.Component.InCamera.html ├── Phaser.Component.InWorld.html ├── Phaser.Component.InputEnabled.html ├── Phaser.Component.LifeSpan.html ├── Phaser.Component.LoadTexture.html ├── Phaser.Component.Overlap.html ├── Phaser.Component.PhysicsBody.html ├── Phaser.Component.Reset.html ├── Phaser.Component.ScaleMinMax.html ├── Phaser.Component.Smoothed.html ├── Phaser.Create.html ├── Phaser.Creature.html ├── Phaser.DOM.html ├── Phaser.Device.html ├── Phaser.DeviceButton.html ├── Phaser.Easing.Back.html ├── Phaser.Easing.Bounce.html ├── Phaser.Easing.Circular.html ├── Phaser.Easing.Cubic.html ├── Phaser.Easing.Elastic.html ├── Phaser.Easing.Exponential.html ├── Phaser.Easing.Linear.html ├── Phaser.Easing.Quadratic.html ├── Phaser.Easing.Quartic.html ├── Phaser.Easing.Quintic.html ├── Phaser.Easing.Sinusoidal.html ├── Phaser.Easing.html ├── Phaser.Ellipse.html ├── Phaser.Events.html ├── Phaser.Filter.html ├── Phaser.FlexGrid.html ├── Phaser.FlexLayer.html ├── Phaser.Frame.html ├── Phaser.FrameData.html ├── Phaser.Game.html ├── Phaser.GameObjectCreator.html ├── Phaser.GameObjectFactory.html ├── Phaser.Gamepad.html ├── Phaser.Graphics.html ├── Phaser.GraphicsData.html ├── Phaser.Group.html ├── Phaser.Hermite.html ├── Phaser.Image.html ├── Phaser.ImageCollection.html ├── Phaser.Input.html ├── Phaser.InputHandler.html ├── Phaser.Key.html ├── Phaser.KeyCode.html ├── Phaser.Keyboard.html ├── Phaser.Line.html ├── Phaser.LinkedList.html ├── Phaser.Loader.html ├── Phaser.LoaderParser.html ├── Phaser.MSPointer.html ├── Phaser.Math.html ├── Phaser.Matrix.html ├── Phaser.Mouse.html ├── Phaser.MouseWheel.html ├── Phaser.Particle.html ├── Phaser.Particles.Arcade.Emitter.html ├── Phaser.Particles.Arcade.html ├── Phaser.Particles.html ├── Phaser.Path.html ├── Phaser.PathFollower.html ├── Phaser.PathPoint.html ├── Phaser.Physics.Arcade.Body.html ├── Phaser.Physics.Arcade.TilemapCollision.html ├── Phaser.Physics.Arcade.html ├── Phaser.Physics.Ninja.AABB.html ├── Phaser.Physics.Ninja.Body.html ├── Phaser.Physics.Ninja.Circle.html ├── Phaser.Physics.Ninja.Tile.html ├── Phaser.Physics.Ninja.html ├── Phaser.Physics.P2.Body.html ├── Phaser.Physics.P2.BodyDebug.html ├── Phaser.Physics.P2.CollisionGroup.html ├── Phaser.Physics.P2.ContactMaterial.html ├── Phaser.Physics.P2.DistanceConstraint.html ├── Phaser.Physics.P2.FixtureList.html ├── Phaser.Physics.P2.GearConstraint.html ├── Phaser.Physics.P2.InversePointProxy.html ├── Phaser.Physics.P2.LockConstraint.html ├── Phaser.Physics.P2.Material.html ├── Phaser.Physics.P2.PointProxy.html ├── Phaser.Physics.P2.PrismaticConstraint.html ├── Phaser.Physics.P2.RevoluteConstraint.html ├── Phaser.Physics.P2.RotationalSpring.html ├── Phaser.Physics.P2.Spring.html ├── Phaser.Physics.P2.html ├── Phaser.Physics.html ├── Phaser.Plugin.PathManager.html ├── Phaser.Plugin.html ├── Phaser.PluginManager.html ├── Phaser.Point.html ├── Phaser.Pointer.html ├── Phaser.PointerLock.html ├── Phaser.PointerMode.html ├── Phaser.Polygon.html ├── Phaser.QuadTree.html ├── Phaser.RandomDataGenerator.html ├── Phaser.Rectangle.html ├── Phaser.RenderTexture.html ├── Phaser.RequestAnimationFrame.html ├── Phaser.RetroFont.html ├── Phaser.Rope.html ├── Phaser.RoundedRectangle.html ├── Phaser.ScaleManager.html ├── Phaser.Signal.html ├── Phaser.SignalBinding.html ├── Phaser.SinglePad.html ├── Phaser.Sound.html ├── Phaser.SoundManager.html ├── Phaser.Sprite.html ├── Phaser.SpriteBatch.html ├── Phaser.Stage.html ├── Phaser.State.html ├── Phaser.StateManager.html ├── Phaser.Text.html ├── Phaser.Tile.html ├── Phaser.TileSprite.html ├── Phaser.Tilemap.html ├── Phaser.TilemapLayer.html ├── Phaser.TilemapParser.html ├── Phaser.Tileset.html ├── Phaser.Time.html ├── Phaser.Timer.html ├── Phaser.TimerEvent.html ├── Phaser.Touch.html ├── Phaser.Tween.html ├── Phaser.TweenData.html ├── Phaser.TweenManager.html ├── Phaser.Utils.Debug.html ├── Phaser.Utils.html ├── Phaser.Video.html ├── Phaser.Weapon.html ├── Phaser.World.html ├── Phaser.html ├── PhaserGlobal.html ├── classes.list.html ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── global.html ├── img │ ├── glyphicons-halflings-white.png │ └── glyphicons-halflings.png ├── index.html ├── namespaces.list.html ├── scripts-src │ ├── misc.js │ └── toc.js ├── scripts │ ├── bundle.js │ └── bundle.min.js └── styles │ └── site.phaser.css ├── filters ├── BinarySerpents.js ├── BlurX.js ├── BlurY.js ├── CausticLight.js ├── CheckerWave.js ├── ColorBars.js ├── Fire.js ├── Gray.js ├── HueRotate.js ├── LazerBeam.js ├── LightBeam.js ├── Marble.js ├── Pixelate.js ├── Plasma.js ├── SampleFilter.js └── Tunnel.js ├── license.txt ├── package.json ├── phaser-logo-small.png ├── resources ├── Asset Pack JSON Format │ └── assetPack.json ├── ConsoleLogColors.psd ├── Flash to Phaser JSFL │ ├── Flash to Phaser Guide.docx │ ├── Flash to Phaser Guide.pdf │ └── Flash to Phaser.jsfl ├── IE9 Polyfill │ ├── base64.js │ ├── dataview-polyfill.js │ └── readme.txt ├── IE9 │ ├── README.md │ └── xhrLoadWithXDR.js ├── Ionic.md ├── Migration Guide.md ├── Ninja Physics Debug Tiles │ ├── 128px │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 2.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.png │ │ ├── 27.png │ │ ├── 28.png │ │ ├── 29.png │ │ ├── 3.png │ │ ├── 30.png │ │ ├── 31.png │ │ ├── 32.png │ │ ├── 33.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ ├── 9.png │ │ └── ninja-tiles128.png │ ├── 32px │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 2.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.png │ │ ├── 27.png │ │ ├── 28.png │ │ ├── 29.png │ │ ├── 3.png │ │ ├── 30.png │ │ ├── 31.png │ │ ├── 32.png │ │ ├── 33.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ ├── 9.png │ │ └── ninja-tiles32.png │ ├── 64px │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 2.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.png │ │ ├── 27.png │ │ ├── 28.png │ │ ├── 29.png │ │ ├── 3.png │ │ ├── 30.png │ │ ├── 31.png │ │ ├── 32.png │ │ ├── 33.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ ├── 9.png │ │ └── ninja-tiles64.png │ └── named │ │ ├── 22 deg nn B.png │ │ ├── 22 deg nn S.png │ │ ├── 22 deg np B.png │ │ ├── 22 deg np S.png │ │ ├── 22 deg pn B.png │ │ ├── 22 deg pn S.png │ │ ├── 22 deg pp B.png │ │ ├── 22 deg pp S.png │ │ ├── 45 deg nn.png │ │ ├── 45 deg np.png │ │ ├── 45 deg pn.png │ │ ├── 45 deg pp.png │ │ ├── 67 deg nn B.png │ │ ├── 67 deg nn S.png │ │ ├── 67 deg np B.png │ │ ├── 67 deg np S.png │ │ ├── 67 deg pn B.png │ │ ├── 67 deg pn S.png │ │ ├── 67 deg pp B.png │ │ ├── 67 deg pp S.png │ │ ├── concave nn.png │ │ ├── concave np.png │ │ ├── concave pn.png │ │ ├── concave pp.png │ │ ├── convex nn.png │ │ ├── convex np.png │ │ ├── convex pn.png │ │ ├── convex pp.png │ │ ├── full list.png │ │ ├── full.png │ │ ├── half d.png │ │ ├── half l.png │ │ ├── half r.png │ │ └── half u.png ├── Phaser Logo │ ├── 2D Text │ │ ├── Phaser 2D Glow.png │ │ ├── Phaser 2D Glow.psd │ │ ├── Phaser 2D No Glow.png │ │ ├── Phaser 2D No Glow.psd │ │ └── Phaser Logo 2D Vector Outline.fla │ ├── PNG │ │ ├── Phaser Logo Print Quality.png │ │ ├── Phaser Logo Web Quality.png │ │ ├── Phaser Logo iPad Resolution.png │ │ └── Phaser-Logo-Small.png │ ├── Pixel Art │ │ ├── Phaser-Logo-Sizes.png │ │ ├── phaser_pixel_large_shaded.png │ │ ├── phaser_pixel_medium_flat.png │ │ ├── phaser_pixel_medium_shaded.png │ │ └── phaser_pixel_small_flat.png │ └── Vector │ │ ├── Phaser Logo.eps │ │ └── Phaser Logo.fla ├── PhysicsEditor Exporter │ ├── exporter.xml │ └── phaser.json ├── Pixi Logo │ └── pixi-v2.png ├── Project Templates │ ├── Basic │ │ ├── Boot.js │ │ ├── Game.js │ │ ├── MainMenu.js │ │ ├── Preloader.js │ │ └── index.html │ ├── Full Screen Mobile │ │ ├── apple-touch-icon.png │ │ ├── css │ │ │ └── stylesheet.css │ │ ├── icons │ │ │ ├── app_icon_1024x1024.png │ │ │ ├── app_icon_114x114.png │ │ │ ├── app_icon_120x120.png │ │ │ ├── app_icon_144x144.png │ │ │ ├── app_icon_152x152.png │ │ │ ├── app_icon_256x256.png │ │ │ ├── app_icon_512x512.png │ │ │ ├── app_icon_57x57.png │ │ │ ├── app_icon_60x60.png │ │ │ ├── app_icon_72x72.png │ │ │ └── app_icon_76x76.png │ │ ├── images │ │ │ └── orientation.jpg │ │ ├── index.html │ │ └── src │ │ │ ├── Boot.js │ │ │ ├── Game.js │ │ │ ├── MainMenu.js │ │ │ └── Preloader.js │ ├── RequireJS │ │ ├── .bowerrc │ │ ├── README.md │ │ ├── assets │ │ │ └── phaser.png │ │ ├── bower.json │ │ ├── index.html │ │ └── src │ │ │ ├── game.js │ │ │ └── main.js │ ├── Responsive │ │ ├── Boot.js │ │ ├── Game.js │ │ ├── MainMenu.js │ │ ├── Preloader.js │ │ └── index.html │ ├── Webpack │ │ ├── .gitignore │ │ ├── README.md │ │ ├── package.json │ │ ├── public │ │ │ ├── assets │ │ │ │ ├── images │ │ │ │ │ └── phaser.png │ │ │ │ └── scripts │ │ │ │ │ └── .gitkeep │ │ │ └── index.html │ │ ├── src │ │ │ └── index.js │ │ └── webpack.config.js │ └── ionic-example │ │ ├── .editorconfig │ │ ├── .gitignore │ │ ├── .npmrc │ │ ├── README.md │ │ ├── config.xml │ │ ├── ionic.config.json │ │ ├── package.json │ │ ├── resources │ │ ├── android │ │ │ ├── icon │ │ │ │ ├── drawable-hdpi-icon.png │ │ │ │ ├── drawable-ldpi-icon.png │ │ │ │ ├── drawable-mdpi-icon.png │ │ │ │ ├── drawable-xhdpi-icon.png │ │ │ │ ├── drawable-xxhdpi-icon.png │ │ │ │ └── drawable-xxxhdpi-icon.png │ │ │ └── splash │ │ │ │ ├── drawable-land-hdpi-screen.png │ │ │ │ ├── drawable-land-ldpi-screen.png │ │ │ │ ├── drawable-land-mdpi-screen.png │ │ │ │ ├── drawable-land-xhdpi-screen.png │ │ │ │ ├── drawable-land-xxhdpi-screen.png │ │ │ │ ├── drawable-land-xxxhdpi-screen.png │ │ │ │ ├── drawable-port-hdpi-screen.png │ │ │ │ ├── drawable-port-ldpi-screen.png │ │ │ │ ├── drawable-port-mdpi-screen.png │ │ │ │ ├── drawable-port-xhdpi-screen.png │ │ │ │ ├── drawable-port-xxhdpi-screen.png │ │ │ │ └── drawable-port-xxxhdpi-screen.png │ │ ├── icon.png │ │ ├── ios │ │ │ ├── icon │ │ │ │ ├── icon-40.png │ │ │ │ ├── icon-40@2x.png │ │ │ │ ├── icon-40@3x.png │ │ │ │ ├── icon-50.png │ │ │ │ ├── icon-50@2x.png │ │ │ │ ├── icon-60.png │ │ │ │ ├── icon-60@2x.png │ │ │ │ ├── icon-60@3x.png │ │ │ │ ├── icon-72.png │ │ │ │ ├── icon-72@2x.png │ │ │ │ ├── icon-76.png │ │ │ │ ├── icon-76@2x.png │ │ │ │ ├── icon-83.5@2x.png │ │ │ │ ├── icon-small.png │ │ │ │ ├── icon-small@2x.png │ │ │ │ ├── icon-small@3x.png │ │ │ │ ├── icon.png │ │ │ │ └── icon@2x.png │ │ │ └── splash │ │ │ │ ├── Default-568h@2x~iphone.png │ │ │ │ ├── Default-667h.png │ │ │ │ ├── Default-736h.png │ │ │ │ ├── Default-Landscape-736h.png │ │ │ │ ├── Default-Landscape@2x~ipad.png │ │ │ │ ├── Default-Landscape@~ipadpro.png │ │ │ │ ├── Default-Landscape~ipad.png │ │ │ │ ├── Default-Portrait@2x~ipad.png │ │ │ │ ├── Default-Portrait@~ipadpro.png │ │ │ │ ├── Default-Portrait~ipad.png │ │ │ │ ├── Default@2x~iphone.png │ │ │ │ └── Default~iphone.png │ │ └── splash.png │ │ ├── src │ │ ├── app │ │ │ ├── app.component.ts │ │ │ ├── app.html │ │ │ ├── app.module.ts │ │ │ ├── app.scss │ │ │ └── main.ts │ │ ├── assets │ │ │ └── icon │ │ │ │ └── favicon.ico │ │ ├── game │ │ │ └── game.ts │ │ ├── index.html │ │ ├── manifest.json │ │ ├── pages │ │ │ └── home │ │ │ │ ├── home.html │ │ │ │ ├── home.scss │ │ │ │ └── home.ts │ │ ├── service-worker.js │ │ └── theme │ │ │ └── variables.scss │ │ ├── tsconfig.json │ │ ├── tslint.json │ │ └── webpack.config.js ├── Screen Shots │ ├── kaleidoscope.png │ ├── phaser-cybernoid.png │ ├── phaser-demoscene.png │ ├── phaser-fireball.png │ ├── phaser-flood-fill.png │ ├── phaser-p2-cannon.png │ ├── phaser-protracker.png │ ├── phaser-waves.png │ ├── phaser_balls.png │ ├── phaser_bitmapdata.png │ ├── phaser_blaster.png │ ├── phaser_cams.png │ ├── phaser_checkerwave.png │ ├── phaser_desert.png │ ├── phaser_fixed_camera.png │ ├── phaser_fruit.png │ ├── phaser_fruit_particles.png │ ├── phaser_mapdraw.png │ ├── phaser_marble.png │ ├── phaser_mario_combo.png │ ├── phaser_multiple_anims.png │ ├── phaser_particle_trails.png │ ├── phaser_particles.png │ ├── phaser_platformer.png │ ├── phaser_polygons.png │ ├── phaser_quadtree.png │ ├── phaser_rotate4.png │ ├── phaser_scrollfactor.png │ ├── phaser_sprite_bounds.png │ ├── phaser_tanks.png │ ├── phaser_tilemap.png │ ├── phaser_tilemap_collision.png │ ├── phaser_tilemap_debug.png │ ├── phaser_tunnel.png │ └── rotozoomer.png ├── Spritesheet │ ├── README.md │ └── mummy.png ├── WebGL Tilemap Renderer progress.txt ├── custom-builds.md ├── docgen │ ├── export.php │ ├── index.php │ ├── json.php │ ├── output │ │ ├── PIXI.AbstractFilter.json │ │ ├── PIXI.AjaxRequest.json │ │ ├── PIXI.AlphaMaskFilter.json │ │ ├── PIXI.AsciiFilter.json │ │ ├── PIXI.AssetLoader.json │ │ ├── PIXI.AtlasLoader.json │ │ ├── PIXI.BaseTexture.json │ │ ├── PIXI.BitmapFontLoader.json │ │ ├── PIXI.BitmapText.json │ │ ├── PIXI.BlurFilter.json │ │ ├── PIXI.BlurXFilter.json │ │ ├── PIXI.BlurYFilter.json │ │ ├── PIXI.CanvasBuffer.json │ │ ├── PIXI.CanvasGraphics.json │ │ ├── PIXI.CanvasMaskManager.json │ │ ├── PIXI.CanvasRenderer.json │ │ ├── PIXI.CanvasTinter.json │ │ ├── PIXI.Circle.json │ │ ├── PIXI.ColorMatrixFilter.json │ │ ├── PIXI.ColorStepFilter.json │ │ ├── PIXI.ComplexPrimitiveShader.json │ │ ├── PIXI.ConvolutionFilter.json │ │ ├── PIXI.CrossHatchFilter.json │ │ ├── PIXI.DisplacementFilter.json │ │ ├── PIXI.DisplayObject.json │ │ ├── PIXI.DisplayObjectContainer.json │ │ ├── PIXI.DotScreenFilter.json │ │ ├── PIXI.Ellipse.json │ │ ├── PIXI.EventTarget.json │ │ ├── PIXI.FilterBlock.json │ │ ├── PIXI.FilterTexture.json │ │ ├── PIXI.Graphics.json │ │ ├── PIXI.GrayFilter.json │ │ ├── PIXI.ImageLoader.json │ │ ├── PIXI.InteractionData.json │ │ ├── PIXI.InteractionManager.json │ │ ├── PIXI.InvertFilter.json │ │ ├── PIXI.JsonLoader.json │ │ ├── PIXI.Matrix.json │ │ ├── PIXI.MovieClip.json │ │ ├── PIXI.NoiseFilter.json │ │ ├── PIXI.NormalMapFilter.json │ │ ├── PIXI.PixelateFilter.json │ │ ├── PIXI.PixiFastShader.json │ │ ├── PIXI.PixiShader.json │ │ ├── PIXI.Point.json │ │ ├── PIXI.PolyK.json │ │ ├── PIXI.Polygon.json │ │ ├── PIXI.PrimitiveShader.json │ │ ├── PIXI.RGBSplitFilter.json │ │ ├── PIXI.Rectangle.json │ │ ├── PIXI.RenderTexture.json │ │ ├── PIXI.Rope.json │ │ ├── PIXI.SepiaFilter.json │ │ ├── PIXI.SmartBlurFilter.json │ │ ├── PIXI.SpineLoader.json │ │ ├── PIXI.Sprite.json │ │ ├── PIXI.SpriteBatch.json │ │ ├── PIXI.SpriteSheetLoader.json │ │ ├── PIXI.Stage.json │ │ ├── PIXI.Strip.json │ │ ├── PIXI.StripShader.json │ │ ├── PIXI.Text.json │ │ ├── PIXI.Texture.json │ │ ├── PIXI.TilingSprite.json │ │ ├── PIXI.TiltShiftFilter.json │ │ ├── PIXI.TiltShiftXFilter.json │ │ ├── PIXI.TiltShiftYFilter.json │ │ ├── PIXI.TwistFilter.json │ │ ├── PIXI.WebGLBlendModeManager.json │ │ ├── PIXI.WebGLFastSpriteBatch.json │ │ ├── PIXI.WebGLFilterManager.json │ │ ├── PIXI.WebGLGraphics.json │ │ ├── PIXI.WebGLMaskManager.json │ │ ├── PIXI.WebGLRenderer.json │ │ ├── PIXI.WebGLShaderManager.json │ │ ├── PIXI.WebGLSpriteBatch.json │ │ ├── PIXI.WebGLStencilManager.json │ │ ├── PIXI.autoDetectRenderer.json │ │ ├── Phaser.Animation.json │ │ ├── Phaser.AnimationManager.json │ │ ├── Phaser.AnimationParser.json │ │ ├── Phaser.ArrayList.json │ │ ├── Phaser.AudioSprite.json │ │ ├── Phaser.BitmapData.json │ │ ├── Phaser.BitmapText.json │ │ ├── Phaser.Button.json │ │ ├── Phaser.Cache.json │ │ ├── Phaser.Camera.json │ │ ├── Phaser.Canvas.json │ │ ├── Phaser.Circle.json │ │ ├── Phaser.Color.json │ │ ├── Phaser.Device.json │ │ ├── Phaser.Easing.json │ │ ├── Phaser.Ellipse.json │ │ ├── Phaser.Events.json │ │ ├── Phaser.Filter.json │ │ ├── Phaser.FlexGrid.json │ │ ├── Phaser.FlexLayer.json │ │ ├── Phaser.Frame.json │ │ ├── Phaser.FrameData.json │ │ ├── Phaser.Game.json │ │ ├── Phaser.GameObjectCreator.json │ │ ├── Phaser.GameObjectFactory.json │ │ ├── Phaser.Gamepad.json │ │ ├── Phaser.GamepadButton.json │ │ ├── Phaser.Graphics.json │ │ ├── Phaser.Group.json │ │ ├── Phaser.Image.json │ │ ├── Phaser.Input.json │ │ ├── Phaser.InputHandler.json │ │ ├── Phaser.Key.json │ │ ├── Phaser.Keyboard.json │ │ ├── Phaser.Line.json │ │ ├── Phaser.LinkedList.json │ │ ├── Phaser.Loader.json │ │ ├── Phaser.LoaderParser.json │ │ ├── Phaser.MSPointer.json │ │ ├── Phaser.Math.json │ │ ├── Phaser.Mouse.json │ │ ├── Phaser.Net.json │ │ ├── Phaser.Particle.json │ │ ├── Phaser.Particles.Arcade.Emitter.json │ │ ├── Phaser.Particles.Arcade.json │ │ ├── Phaser.Particles.json │ │ ├── Phaser.Physics.Arcade.Body.json │ │ ├── Phaser.Physics.Arcade.json │ │ ├── Phaser.Physics.Ninja.AABB.json │ │ ├── Phaser.Physics.Ninja.Body.json │ │ ├── Phaser.Physics.Ninja.Circle.json │ │ ├── Phaser.Physics.Ninja.Tile.json │ │ ├── Phaser.Physics.Ninja.json │ │ ├── Phaser.Physics.P2.Body.json │ │ ├── Phaser.Physics.P2.BodyDebug.json │ │ ├── Phaser.Physics.P2.CollisionGroup.json │ │ ├── Phaser.Physics.P2.ContactMaterial.json │ │ ├── Phaser.Physics.P2.DistanceConstraint.json │ │ ├── Phaser.Physics.P2.FixtureList.json │ │ ├── Phaser.Physics.P2.GearConstraint.json │ │ ├── Phaser.Physics.P2.InversePointProxy.json │ │ ├── Phaser.Physics.P2.LockConstraint.json │ │ ├── Phaser.Physics.P2.Material.json │ │ ├── Phaser.Physics.P2.PointProxy.json │ │ ├── Phaser.Physics.P2.PrismaticConstraint.json │ │ ├── Phaser.Physics.P2.RevoluteConstraint.json │ │ ├── Phaser.Physics.P2.RotationalSpring.json │ │ ├── Phaser.Physics.P2.Spring.json │ │ ├── Phaser.Physics.P2.json │ │ ├── Phaser.Physics.json │ │ ├── Phaser.Plugin.json │ │ ├── Phaser.PluginManager.json │ │ ├── Phaser.Point.json │ │ ├── Phaser.Pointer.json │ │ ├── Phaser.Polygon.json │ │ ├── Phaser.QuadTree.json │ │ ├── Phaser.RandomDataGenerator.json │ │ ├── Phaser.Rectangle.json │ │ ├── Phaser.RenderTexture.json │ │ ├── Phaser.RequestAnimationFrame.json │ │ ├── Phaser.RetroFont.json │ │ ├── Phaser.Rope.json │ │ ├── Phaser.ScaleManager.json │ │ ├── Phaser.Signal.json │ │ ├── Phaser.SignalBinding.json │ │ ├── Phaser.SinglePad.json │ │ ├── Phaser.Sound.json │ │ ├── Phaser.SoundManager.json │ │ ├── Phaser.Sprite.json │ │ ├── Phaser.SpriteBatch.json │ │ ├── Phaser.Stage.json │ │ ├── Phaser.State.json │ │ ├── Phaser.StateManager.json │ │ ├── Phaser.Text.json │ │ ├── Phaser.Tile.json │ │ ├── Phaser.TileSprite.json │ │ ├── Phaser.Tilemap.json │ │ ├── Phaser.TilemapLayer.json │ │ ├── Phaser.TilemapParser.json │ │ ├── Phaser.Tileset.json │ │ ├── Phaser.Time.json │ │ ├── Phaser.Timer.json │ │ ├── Phaser.TimerEvent.json │ │ ├── Phaser.Touch.json │ │ ├── Phaser.Tween.json │ │ ├── Phaser.TweenManager.json │ │ ├── Phaser.Utils.Debug.json │ │ ├── Phaser.Utils.json │ │ └── Phaser.World.json │ ├── project │ │ ├── Phaser Doc Gen.dsk │ │ ├── Phaser Doc Gen.ppd │ │ ├── Phaser Doc Gen.ppj │ │ ├── Phaser Doc Gen.ppw │ │ └── Phaser Doc Gen.ppx │ ├── src │ │ ├── Block.php │ │ ├── ClassDesc.php │ │ ├── Constant.php │ │ ├── Exclude.php │ │ ├── Method.php │ │ ├── Parameter.php │ │ ├── PhaserDocGen.php │ │ ├── Processor.php │ │ ├── Property.php │ │ └── ReturnType.php │ ├── view.php │ └── wip │ │ ├── gen.php │ │ ├── json.php │ │ ├── output.php │ │ └── process.php ├── docstrap-master │ ├── README.md │ ├── package-lock.json │ ├── package.json │ └── template │ │ ├── publish.js │ │ ├── static │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── img │ │ │ ├── glyphicons-halflings-white.png │ │ │ └── glyphicons-halflings.png │ │ ├── scripts-src │ │ │ ├── .eslintrc.json │ │ │ ├── misc.js │ │ │ └── toc.js │ │ ├── scripts │ │ │ ├── bundle.js │ │ │ └── bundle.min.js │ │ └── styles │ │ │ └── site.phaser.css │ │ └── tmpl │ │ ├── augments.tmpl │ │ ├── container.tmpl │ │ ├── details.tmpl │ │ ├── example.tmpl │ │ ├── examples.tmpl │ │ ├── exceptions.tmpl │ │ ├── fires.tmpl │ │ ├── footer.tmpl │ │ ├── layout.tmpl │ │ ├── mainpage.tmpl │ │ ├── members.tmpl │ │ ├── method.tmpl │ │ ├── navbar-nav-extra.tmpl │ │ ├── navbar.tmpl │ │ ├── params.tmpl │ │ ├── properties.tmpl │ │ ├── quicksearch.tmpl │ │ ├── returns.tmpl │ │ ├── searchResults.tmpl │ │ ├── sections.tmpl │ │ ├── source.tmpl │ │ ├── toc-container.tmpl │ │ ├── toc.tmpl │ │ ├── tutorial.tmpl │ │ └── type.tmpl ├── jsdoc Export JSON │ └── template │ │ └── publish.js ├── release-names.txt ├── tutorials │ ├── 01 Getting Started │ │ ├── hellophaser.zip │ │ ├── hellophaser │ │ │ ├── index.html │ │ │ └── phaser.png │ │ ├── images │ │ │ ├── cloneFrom.jpg │ │ │ ├── dashboard.jpg │ │ │ ├── editor.jpg │ │ │ └── start.jpg │ │ ├── index.html │ │ ├── part2.html │ │ ├── part3.html │ │ ├── part4.html │ │ ├── part5.html │ │ ├── part6.html │ │ ├── part7.html │ │ └── part8.html │ ├── 02 Making your first game │ │ ├── assets │ │ │ ├── baddie.png │ │ │ ├── diamond.png │ │ │ ├── dude.png │ │ │ ├── firstaid.png │ │ │ ├── platform.png │ │ │ ├── sky.png │ │ │ └── star.png │ │ ├── part1.html │ │ ├── part2.html │ │ ├── part3.html │ │ ├── part4.html │ │ ├── part5.html │ │ ├── part6.html │ │ ├── part7.html │ │ ├── part8.html │ │ ├── part9.html │ │ ├── phaser_tutorial_02.zip │ │ ├── screen shots │ │ │ ├── part3.png │ │ │ ├── part4.png │ │ │ ├── part5.png │ │ │ ├── part6.png │ │ │ ├── part7.png │ │ │ ├── part8.png │ │ │ ├── part9.png │ │ │ └── tutorial_header.png │ │ └── tutorial.html │ ├── 03 Using Phaser with TypeScript │ │ └── screen shots │ │ │ ├── part1.png │ │ │ ├── part2.png │ │ │ ├── part3.png │ │ │ ├── part4.png │ │ │ ├── part5.png │ │ │ ├── part6.png │ │ │ ├── part7.png │ │ │ ├── part8.png │ │ │ └── part9.png │ ├── 04 Advanced TypeScript Projects │ │ ├── assets.zip │ │ ├── assets │ │ │ ├── level1.png │ │ │ ├── loader.png │ │ │ ├── logo.png │ │ │ ├── simon.png │ │ │ ├── title.mp3 │ │ │ └── titlepage.jpg │ │ ├── index.html │ │ ├── screen shots │ │ │ ├── part1.png │ │ │ ├── part2.png │ │ │ ├── part3.jpg │ │ │ ├── part3.png │ │ │ ├── part4.png │ │ │ └── part5.png │ │ └── visualstudio_project.zip │ └── Spanish │ │ ├── 01 Comenzando │ │ ├── images │ │ │ ├── cloneFrom.jpg │ │ │ ├── dashboard.jpg │ │ │ ├── editor.jpg │ │ │ └── start.jpg │ │ ├── index.html │ │ ├── part2.html │ │ ├── part3.html │ │ ├── part4.html │ │ ├── part5.html │ │ ├── part6.html │ │ ├── part7.html │ │ └── part8.html │ │ └── 02 Creando tu primer juego │ │ ├── assets │ │ ├── baddie.png │ │ ├── diamond.png │ │ ├── dude.png │ │ ├── firstaid.png │ │ ├── platform.png │ │ ├── sky.png │ │ └── star.png │ │ ├── js │ │ └── phaser.min.js │ │ ├── part1.html │ │ ├── part2.html │ │ ├── part3.html │ │ ├── part4.html │ │ ├── part5.html │ │ ├── part6.html │ │ ├── part7.html │ │ ├── part8.html │ │ ├── part9.html │ │ ├── phaser_tutorial_02.zip │ │ ├── screen shots │ │ ├── part3.png │ │ ├── part4.png │ │ ├── part5.png │ │ ├── part6.png │ │ ├── part7.png │ │ ├── part8.png │ │ ├── part9.png │ │ └── tutorial_header.png │ │ └── tutorial.html └── zwoptex-phaser.template ├── src ├── Intro.js ├── Outro.js ├── Phaser.js ├── PhaserGlobal.js ├── PixiDefaults.js ├── animation │ ├── Animation.js │ ├── AnimationManager.js │ ├── AnimationParser.js │ ├── Frame.js │ ├── FrameData.js │ └── creature │ │ ├── CreatureMeshBone.js │ │ └── gl-matrix.js ├── core │ ├── Camera.js │ ├── Create.js │ ├── Filter.js │ ├── FlexGrid.js │ ├── FlexLayer.js │ ├── Game.js │ ├── Group.js │ ├── Plugin.js │ ├── PluginManager.js │ ├── ScaleManager.js │ ├── Signal.js │ ├── SignalBinding.js │ ├── Stage.js │ ├── State.js │ ├── StateManager.js │ └── World.js ├── gameobjects │ ├── BitmapData.js │ ├── BitmapText.js │ ├── Button.js │ ├── Creature.js │ ├── GameObjectCreator.js │ ├── GameObjectFactory.js │ ├── Graphics.js │ ├── GraphicsData.js │ ├── Image.js │ ├── Particle.js │ ├── RenderTexture.js │ ├── RetroFont.js │ ├── Rope.js │ ├── Sprite.js │ ├── SpriteBatch.js │ ├── Text.js │ ├── TileSprite.js │ ├── Video.js │ └── components │ │ ├── Angle.js │ │ ├── Animation.js │ │ ├── AutoCull.js │ │ ├── Bounds.js │ │ ├── BringToTop.js │ │ ├── Component.js │ │ ├── Core.js │ │ ├── Crop.js │ │ ├── Delta.js │ │ ├── Destroy.js │ │ ├── Events.js │ │ ├── FixedToCamera.js │ │ ├── Health.js │ │ ├── InCamera.js │ │ ├── InWorld.js │ │ ├── InputEnabled.js │ │ ├── LifeSpan.js │ │ ├── LoadTexture.js │ │ ├── Overlap.js │ │ ├── PhysicsBody.js │ │ ├── Reset.js │ │ ├── ScaleMinMax.js │ │ └── Smoothed.js ├── geom │ ├── Circle.js │ ├── Ellipse.js │ ├── Hermite.js │ ├── Line.js │ ├── Matrix.js │ ├── Point.js │ ├── Polygon.js │ ├── Rectangle.js │ └── RoundedRectangle.js ├── input │ ├── DeviceButton.js │ ├── Gamepad.js │ ├── Input.js │ ├── InputHandler.js │ ├── Key.js │ ├── Keyboard.js │ ├── MSPointer.js │ ├── Mouse.js │ ├── MouseWheel.js │ ├── Pointer.js │ ├── PointerLock.js │ ├── SinglePad.js │ ├── Touch.js │ └── WheelEventProxy.js ├── loader │ ├── Cache.js │ ├── Loader.js │ └── LoaderParser.js ├── math │ ├── Math.js │ ├── QuadTree.js │ └── RandomDataGenerator.js ├── particles │ ├── Particles.js │ └── arcade │ │ ├── ArcadeParticles.js │ │ └── Emitter.js ├── physics │ ├── Physics.js │ ├── arcade │ │ ├── Body.js │ │ ├── TilemapCollision.js │ │ └── World.js │ ├── ninja │ │ ├── AABB.js │ │ ├── Body.js │ │ ├── Circle.js │ │ ├── Tile.js │ │ └── World.js │ └── p2 │ │ ├── Body.js │ │ ├── BodyDebug.js │ │ ├── CollisionGroup.js │ │ ├── ContactMaterial.js │ │ ├── DistanceConstraint.js │ │ ├── FixtureList.js │ │ ├── GearConstraint.js │ │ ├── InversePointProxy.js │ │ ├── LockConstraint.js │ │ ├── Material.js │ │ ├── PointProxy.js │ │ ├── PrismaticConstraint.js │ │ ├── RevoluteConstraint.js │ │ ├── RotationalSpring.js │ │ ├── Spring.js │ │ ├── World.js │ │ └── p2.js ├── pixi │ ├── Intro.js │ ├── Outro.js │ ├── Pixi.js │ ├── display │ │ ├── DisplayObject.js │ │ ├── DisplayObjectContainer.js │ │ └── Sprite.js │ ├── renderers │ │ ├── canvas │ │ │ ├── CanvasGraphics.js │ │ │ ├── CanvasRenderer.js │ │ │ └── utils │ │ │ │ ├── CanvasBuffer.js │ │ │ │ ├── CanvasMaskManager.js │ │ │ │ └── CanvasTinter.js │ │ └── webgl │ │ │ ├── WebGLRenderer.js │ │ │ ├── shaders │ │ │ ├── ComplexPrimitiveShader.js │ │ │ ├── PixiFastShader.js │ │ │ ├── PixiShader.js │ │ │ ├── PrimitiveShader.js │ │ │ └── StripShader.js │ │ │ └── utils │ │ │ ├── FilterTexture.js │ │ │ ├── WebGLBlendModeManager.js │ │ │ ├── WebGLFastSpriteBatch.js │ │ │ ├── WebGLFilterManager.js │ │ │ ├── WebGLGraphics.js │ │ │ ├── WebGLMaskManager.js │ │ │ ├── WebGLShaderManager.js │ │ │ ├── WebGLShaderUtils.js │ │ │ ├── WebGLSpriteBatch.js │ │ │ └── WebGLStencilManager.js │ └── textures │ │ ├── BaseTexture.js │ │ └── Texture.js ├── plugins │ ├── path │ │ ├── EventTarget.js │ │ ├── Path.js │ │ ├── PathFollower.js │ │ ├── PathManagerPlugin.js │ │ └── PathPoint.js │ └── weapon │ │ ├── Bullet.js │ │ └── WeaponPlugin.js ├── polyfills.js ├── sound │ ├── AudioSprite.js │ ├── Sound.js │ └── SoundManager.js ├── stubs │ ├── Color.js │ ├── Create.js │ ├── DOM.js │ ├── Debug.js │ ├── ScaleManager.js │ ├── SoundManager.js │ ├── TileSprite.js │ └── TweenManager.js ├── tilemap │ ├── ImageCollection.js │ ├── Tile.js │ ├── Tilemap.js │ ├── TilemapLayer.js │ ├── TilemapParser.js │ └── Tileset.js ├── time │ ├── Time.js │ ├── Timer.js │ └── TimerEvent.js ├── tween │ ├── Easing.js │ ├── Tween.js │ ├── TweenData.js │ └── TweenManager.js └── utils │ ├── ArraySet.js │ ├── ArrayUtils.js │ ├── Canvas.js │ ├── CanvasPool.js │ ├── Color.js │ ├── DOM.js │ ├── Debug.js │ ├── Device.js │ ├── EarCut.js │ ├── LinkedList.js │ ├── RequestAnimationFrame.js │ └── Utils.js ├── tasks ├── .eslintrc.json ├── banner.txt ├── buildtsdoc.js ├── jsdoc-conf.json ├── jsdoc-plugins │ ├── filterpixi.js │ ├── namealias.js │ ├── p2completeclass.js │ ├── proptomember.js │ └── shortlinks.js ├── jsdocexportjson-conf.json ├── manifests │ ├── animation.json │ ├── bitmapdata.json │ ├── bitmaptext.json │ ├── color.json │ ├── color.stub.json │ ├── components.json │ ├── core.json │ ├── create.json │ ├── create.stub.json │ ├── creature-global.json │ ├── creature.json │ ├── debug.json │ ├── debug.stub.json │ ├── dom.json │ ├── dom.stub.json │ ├── flexgrid.json │ ├── gameobjects.json │ ├── gamepad.json │ ├── geom.json │ ├── graphics.json │ ├── input.json │ ├── intro.json │ ├── keyboard.json │ ├── loader.json │ ├── math.json │ ├── outro.json │ ├── p2.json │ ├── particles.json │ ├── particles.stub.json │ ├── phaser.json │ ├── physics.arcade.json │ ├── physics.arcade.tilemaps.json │ ├── physics.arcade.weapon.json │ ├── physics.json │ ├── physics.ninja.json │ ├── physics.p2.json │ ├── pixi-intro.json │ ├── pixi-main.json │ ├── pixi-outro.json │ ├── pixidefs.json │ ├── rendertexture.json │ ├── retrofont.json │ ├── rope.json │ ├── scale.json │ ├── scale.stub.json │ ├── sound.json │ ├── sound.stub.json │ ├── system.json │ ├── text.json │ ├── tilemaps.json │ ├── tilesprite.json │ ├── tilesprite.stub.json │ ├── time.json │ ├── tweens.json │ ├── tweens.stub.json │ ├── utils.json │ └── video.json ├── options │ ├── buildtsdoc.js │ ├── clean.js │ ├── concat.js │ ├── connect.js │ ├── copy.js │ ├── eslint.js │ ├── gitclone.js │ ├── jsdoc.js │ ├── replace.js │ ├── ts.js │ └── uglify.js ├── pixidoc.js └── yuidoc-to-jsdoc │ └── converter.js └── typescript ├── README.md ├── box2d.d.ts ├── p2.d.ts ├── phaser.comments.d.ts ├── phaser.d.ts ├── phaser_box2d.d.ts ├── pixi.comments.d.ts ├── pixi.d.ts ├── tslint.json └── typings.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/.editorconfig -------------------------------------------------------------------------------- /.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/.eslintignore -------------------------------------------------------------------------------- /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/nodejs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/.github/workflows/nodejs.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/.npmignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/DOCS.md -------------------------------------------------------------------------------- /Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/Gruntfile.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/bower.json -------------------------------------------------------------------------------- /docs/CreatureShader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/CreatureShader.html -------------------------------------------------------------------------------- /docs/EarCut.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/EarCut.html -------------------------------------------------------------------------------- /docs/Event.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Event.html -------------------------------------------------------------------------------- /docs/EventTarget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/EventTarget.html -------------------------------------------------------------------------------- /docs/PIXI.BaseTexture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.BaseTexture.html -------------------------------------------------------------------------------- /docs/PIXI.CanvasBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.CanvasBuffer.html -------------------------------------------------------------------------------- /docs/PIXI.CanvasGraphics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.CanvasGraphics.html -------------------------------------------------------------------------------- /docs/PIXI.CanvasMaskManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.CanvasMaskManager.html -------------------------------------------------------------------------------- /docs/PIXI.CanvasRenderer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.CanvasRenderer.html -------------------------------------------------------------------------------- /docs/PIXI.CanvasTinter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.CanvasTinter.html -------------------------------------------------------------------------------- /docs/PIXI.ComplexPrimitiveShader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.ComplexPrimitiveShader.html -------------------------------------------------------------------------------- /docs/PIXI.DisplayObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.DisplayObject.html -------------------------------------------------------------------------------- /docs/PIXI.DisplayObjectContainer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.DisplayObjectContainer.html -------------------------------------------------------------------------------- /docs/PIXI.FilterTexture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.FilterTexture.html -------------------------------------------------------------------------------- /docs/PIXI.PixiFastShader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.PixiFastShader.html -------------------------------------------------------------------------------- /docs/PIXI.PixiShader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.PixiShader.html -------------------------------------------------------------------------------- /docs/PIXI.PrimitiveShader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.PrimitiveShader.html -------------------------------------------------------------------------------- /docs/PIXI.Sprite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.Sprite.html -------------------------------------------------------------------------------- /docs/PIXI.StripShader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.StripShader.html -------------------------------------------------------------------------------- /docs/PIXI.Texture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.Texture.html -------------------------------------------------------------------------------- /docs/PIXI.WebGLBlendModeManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.WebGLBlendModeManager.html -------------------------------------------------------------------------------- /docs/PIXI.WebGLFastSpriteBatch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.WebGLFastSpriteBatch.html -------------------------------------------------------------------------------- /docs/PIXI.WebGLFilterManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.WebGLFilterManager.html -------------------------------------------------------------------------------- /docs/PIXI.WebGLRenderer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.WebGLRenderer.html -------------------------------------------------------------------------------- /docs/PIXI.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PIXI.html -------------------------------------------------------------------------------- /docs/Phaser.Animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Animation.html -------------------------------------------------------------------------------- /docs/Phaser.AnimationManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.AnimationManager.html -------------------------------------------------------------------------------- /docs/Phaser.AnimationParser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.AnimationParser.html -------------------------------------------------------------------------------- /docs/Phaser.ArraySet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.ArraySet.html -------------------------------------------------------------------------------- /docs/Phaser.ArrayUtils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.ArrayUtils.html -------------------------------------------------------------------------------- /docs/Phaser.AudioSprite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.AudioSprite.html -------------------------------------------------------------------------------- /docs/Phaser.BitmapData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.BitmapData.html -------------------------------------------------------------------------------- /docs/Phaser.BitmapText.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.BitmapText.html -------------------------------------------------------------------------------- /docs/Phaser.Bullet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Bullet.html -------------------------------------------------------------------------------- /docs/Phaser.Button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Button.html -------------------------------------------------------------------------------- /docs/Phaser.Cache.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Cache.html -------------------------------------------------------------------------------- /docs/Phaser.Camera.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Camera.html -------------------------------------------------------------------------------- /docs/Phaser.Canvas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Canvas.html -------------------------------------------------------------------------------- /docs/Phaser.CanvasPool.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.CanvasPool.html -------------------------------------------------------------------------------- /docs/Phaser.Circle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Circle.html -------------------------------------------------------------------------------- /docs/Phaser.Color.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Color.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Angle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Angle.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Animation.html -------------------------------------------------------------------------------- /docs/Phaser.Component.AutoCull.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.AutoCull.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Bounds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Bounds.html -------------------------------------------------------------------------------- /docs/Phaser.Component.BringToTop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.BringToTop.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Core.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Core.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Crop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Crop.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Delta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Delta.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Destroy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Destroy.html -------------------------------------------------------------------------------- /docs/Phaser.Component.FixedToCamera.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.FixedToCamera.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Health.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Health.html -------------------------------------------------------------------------------- /docs/Phaser.Component.InCamera.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.InCamera.html -------------------------------------------------------------------------------- /docs/Phaser.Component.InWorld.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.InWorld.html -------------------------------------------------------------------------------- /docs/Phaser.Component.InputEnabled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.InputEnabled.html -------------------------------------------------------------------------------- /docs/Phaser.Component.LifeSpan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.LifeSpan.html -------------------------------------------------------------------------------- /docs/Phaser.Component.LoadTexture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.LoadTexture.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Overlap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Overlap.html -------------------------------------------------------------------------------- /docs/Phaser.Component.PhysicsBody.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.PhysicsBody.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Reset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Reset.html -------------------------------------------------------------------------------- /docs/Phaser.Component.ScaleMinMax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.ScaleMinMax.html -------------------------------------------------------------------------------- /docs/Phaser.Component.Smoothed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Component.Smoothed.html -------------------------------------------------------------------------------- /docs/Phaser.Create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Create.html -------------------------------------------------------------------------------- /docs/Phaser.Creature.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Creature.html -------------------------------------------------------------------------------- /docs/Phaser.DOM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.DOM.html -------------------------------------------------------------------------------- /docs/Phaser.Device.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Device.html -------------------------------------------------------------------------------- /docs/Phaser.DeviceButton.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.DeviceButton.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Back.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Back.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Bounce.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Bounce.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Circular.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Circular.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Cubic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Cubic.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Elastic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Elastic.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Exponential.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Exponential.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Linear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Linear.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Quadratic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Quadratic.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Quartic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Quartic.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Quintic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Quintic.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.Sinusoidal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.Sinusoidal.html -------------------------------------------------------------------------------- /docs/Phaser.Easing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Easing.html -------------------------------------------------------------------------------- /docs/Phaser.Ellipse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Ellipse.html -------------------------------------------------------------------------------- /docs/Phaser.Events.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Events.html -------------------------------------------------------------------------------- /docs/Phaser.Filter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Filter.html -------------------------------------------------------------------------------- /docs/Phaser.FlexGrid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.FlexGrid.html -------------------------------------------------------------------------------- /docs/Phaser.FlexLayer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.FlexLayer.html -------------------------------------------------------------------------------- /docs/Phaser.Frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Frame.html -------------------------------------------------------------------------------- /docs/Phaser.FrameData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.FrameData.html -------------------------------------------------------------------------------- /docs/Phaser.Game.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Game.html -------------------------------------------------------------------------------- /docs/Phaser.GameObjectCreator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.GameObjectCreator.html -------------------------------------------------------------------------------- /docs/Phaser.GameObjectFactory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.GameObjectFactory.html -------------------------------------------------------------------------------- /docs/Phaser.Gamepad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Gamepad.html -------------------------------------------------------------------------------- /docs/Phaser.Graphics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Graphics.html -------------------------------------------------------------------------------- /docs/Phaser.GraphicsData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.GraphicsData.html -------------------------------------------------------------------------------- /docs/Phaser.Group.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Group.html -------------------------------------------------------------------------------- /docs/Phaser.Hermite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Hermite.html -------------------------------------------------------------------------------- /docs/Phaser.Image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Image.html -------------------------------------------------------------------------------- /docs/Phaser.ImageCollection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.ImageCollection.html -------------------------------------------------------------------------------- /docs/Phaser.Input.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Input.html -------------------------------------------------------------------------------- /docs/Phaser.InputHandler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.InputHandler.html -------------------------------------------------------------------------------- /docs/Phaser.Key.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Key.html -------------------------------------------------------------------------------- /docs/Phaser.KeyCode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.KeyCode.html -------------------------------------------------------------------------------- /docs/Phaser.Keyboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Keyboard.html -------------------------------------------------------------------------------- /docs/Phaser.Line.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Line.html -------------------------------------------------------------------------------- /docs/Phaser.LinkedList.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.LinkedList.html -------------------------------------------------------------------------------- /docs/Phaser.Loader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Loader.html -------------------------------------------------------------------------------- /docs/Phaser.LoaderParser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.LoaderParser.html -------------------------------------------------------------------------------- /docs/Phaser.MSPointer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.MSPointer.html -------------------------------------------------------------------------------- /docs/Phaser.Math.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Math.html -------------------------------------------------------------------------------- /docs/Phaser.Matrix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Matrix.html -------------------------------------------------------------------------------- /docs/Phaser.Mouse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Mouse.html -------------------------------------------------------------------------------- /docs/Phaser.MouseWheel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.MouseWheel.html -------------------------------------------------------------------------------- /docs/Phaser.Particle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Particle.html -------------------------------------------------------------------------------- /docs/Phaser.Particles.Arcade.Emitter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Particles.Arcade.Emitter.html -------------------------------------------------------------------------------- /docs/Phaser.Particles.Arcade.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Particles.Arcade.html -------------------------------------------------------------------------------- /docs/Phaser.Particles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Particles.html -------------------------------------------------------------------------------- /docs/Phaser.Path.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Path.html -------------------------------------------------------------------------------- /docs/Phaser.PathFollower.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.PathFollower.html -------------------------------------------------------------------------------- /docs/Phaser.PathPoint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.PathPoint.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.Arcade.Body.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.Arcade.Body.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.Arcade.TilemapCollision.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.Arcade.TilemapCollision.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.Arcade.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.Arcade.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.Ninja.AABB.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.Ninja.AABB.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.Ninja.Body.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.Ninja.Body.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.Ninja.Circle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.Ninja.Circle.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.Ninja.Tile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.Ninja.Tile.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.Ninja.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.Ninja.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.Body.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.Body.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.BodyDebug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.BodyDebug.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.CollisionGroup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.CollisionGroup.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.ContactMaterial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.ContactMaterial.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.DistanceConstraint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.DistanceConstraint.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.FixtureList.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.FixtureList.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.GearConstraint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.GearConstraint.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.InversePointProxy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.InversePointProxy.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.LockConstraint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.LockConstraint.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.Material.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.Material.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.PointProxy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.PointProxy.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.PrismaticConstraint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.PrismaticConstraint.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.RevoluteConstraint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.RevoluteConstraint.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.RotationalSpring.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.RotationalSpring.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.Spring.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.Spring.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.P2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.P2.html -------------------------------------------------------------------------------- /docs/Phaser.Physics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Physics.html -------------------------------------------------------------------------------- /docs/Phaser.Plugin.PathManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Plugin.PathManager.html -------------------------------------------------------------------------------- /docs/Phaser.Plugin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Plugin.html -------------------------------------------------------------------------------- /docs/Phaser.PluginManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.PluginManager.html -------------------------------------------------------------------------------- /docs/Phaser.Point.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Point.html -------------------------------------------------------------------------------- /docs/Phaser.Pointer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Pointer.html -------------------------------------------------------------------------------- /docs/Phaser.PointerLock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.PointerLock.html -------------------------------------------------------------------------------- /docs/Phaser.PointerMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.PointerMode.html -------------------------------------------------------------------------------- /docs/Phaser.Polygon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Polygon.html -------------------------------------------------------------------------------- /docs/Phaser.QuadTree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.QuadTree.html -------------------------------------------------------------------------------- /docs/Phaser.RandomDataGenerator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.RandomDataGenerator.html -------------------------------------------------------------------------------- /docs/Phaser.Rectangle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Rectangle.html -------------------------------------------------------------------------------- /docs/Phaser.RenderTexture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.RenderTexture.html -------------------------------------------------------------------------------- /docs/Phaser.RequestAnimationFrame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.RequestAnimationFrame.html -------------------------------------------------------------------------------- /docs/Phaser.RetroFont.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.RetroFont.html -------------------------------------------------------------------------------- /docs/Phaser.Rope.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Rope.html -------------------------------------------------------------------------------- /docs/Phaser.RoundedRectangle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.RoundedRectangle.html -------------------------------------------------------------------------------- /docs/Phaser.ScaleManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.ScaleManager.html -------------------------------------------------------------------------------- /docs/Phaser.Signal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Signal.html -------------------------------------------------------------------------------- /docs/Phaser.SignalBinding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.SignalBinding.html -------------------------------------------------------------------------------- /docs/Phaser.SinglePad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.SinglePad.html -------------------------------------------------------------------------------- /docs/Phaser.Sound.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Sound.html -------------------------------------------------------------------------------- /docs/Phaser.SoundManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.SoundManager.html -------------------------------------------------------------------------------- /docs/Phaser.Sprite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Sprite.html -------------------------------------------------------------------------------- /docs/Phaser.SpriteBatch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.SpriteBatch.html -------------------------------------------------------------------------------- /docs/Phaser.Stage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Stage.html -------------------------------------------------------------------------------- /docs/Phaser.State.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.State.html -------------------------------------------------------------------------------- /docs/Phaser.StateManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.StateManager.html -------------------------------------------------------------------------------- /docs/Phaser.Text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Text.html -------------------------------------------------------------------------------- /docs/Phaser.Tile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Tile.html -------------------------------------------------------------------------------- /docs/Phaser.TileSprite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.TileSprite.html -------------------------------------------------------------------------------- /docs/Phaser.Tilemap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Tilemap.html -------------------------------------------------------------------------------- /docs/Phaser.TilemapLayer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.TilemapLayer.html -------------------------------------------------------------------------------- /docs/Phaser.TilemapParser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.TilemapParser.html -------------------------------------------------------------------------------- /docs/Phaser.Tileset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Tileset.html -------------------------------------------------------------------------------- /docs/Phaser.Time.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Time.html -------------------------------------------------------------------------------- /docs/Phaser.Timer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Timer.html -------------------------------------------------------------------------------- /docs/Phaser.TimerEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.TimerEvent.html -------------------------------------------------------------------------------- /docs/Phaser.Touch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Touch.html -------------------------------------------------------------------------------- /docs/Phaser.Tween.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Tween.html -------------------------------------------------------------------------------- /docs/Phaser.TweenData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.TweenData.html -------------------------------------------------------------------------------- /docs/Phaser.TweenManager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.TweenManager.html -------------------------------------------------------------------------------- /docs/Phaser.Utils.Debug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Utils.Debug.html -------------------------------------------------------------------------------- /docs/Phaser.Utils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Utils.html -------------------------------------------------------------------------------- /docs/Phaser.Video.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Video.html -------------------------------------------------------------------------------- /docs/Phaser.Weapon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.Weapon.html -------------------------------------------------------------------------------- /docs/Phaser.World.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.World.html -------------------------------------------------------------------------------- /docs/Phaser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/Phaser.html -------------------------------------------------------------------------------- /docs/PhaserGlobal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/PhaserGlobal.html -------------------------------------------------------------------------------- /docs/classes.list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/classes.list.html -------------------------------------------------------------------------------- /docs/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /docs/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /docs/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /docs/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /docs/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /docs/global.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/global.html -------------------------------------------------------------------------------- /docs/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /docs/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/namespaces.list.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/namespaces.list.html -------------------------------------------------------------------------------- /docs/scripts-src/misc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/scripts-src/misc.js -------------------------------------------------------------------------------- /docs/scripts-src/toc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/scripts-src/toc.js -------------------------------------------------------------------------------- /docs/scripts/bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/scripts/bundle.js -------------------------------------------------------------------------------- /docs/scripts/bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/scripts/bundle.min.js -------------------------------------------------------------------------------- /docs/styles/site.phaser.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/docs/styles/site.phaser.css -------------------------------------------------------------------------------- /filters/BinarySerpents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/BinarySerpents.js -------------------------------------------------------------------------------- /filters/BlurX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/BlurX.js -------------------------------------------------------------------------------- /filters/BlurY.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/BlurY.js -------------------------------------------------------------------------------- /filters/CausticLight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/CausticLight.js -------------------------------------------------------------------------------- /filters/CheckerWave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/CheckerWave.js -------------------------------------------------------------------------------- /filters/ColorBars.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/ColorBars.js -------------------------------------------------------------------------------- /filters/Fire.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/Fire.js -------------------------------------------------------------------------------- /filters/Gray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/Gray.js -------------------------------------------------------------------------------- /filters/HueRotate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/HueRotate.js -------------------------------------------------------------------------------- /filters/LazerBeam.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/LazerBeam.js -------------------------------------------------------------------------------- /filters/LightBeam.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/LightBeam.js -------------------------------------------------------------------------------- /filters/Marble.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/Marble.js -------------------------------------------------------------------------------- /filters/Pixelate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/Pixelate.js -------------------------------------------------------------------------------- /filters/Plasma.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/Plasma.js -------------------------------------------------------------------------------- /filters/SampleFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/SampleFilter.js -------------------------------------------------------------------------------- /filters/Tunnel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/filters/Tunnel.js -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/license.txt -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/package.json -------------------------------------------------------------------------------- /phaser-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/phaser-logo-small.png -------------------------------------------------------------------------------- /resources/Asset Pack JSON Format/assetPack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Asset Pack JSON Format/assetPack.json -------------------------------------------------------------------------------- /resources/ConsoleLogColors.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/ConsoleLogColors.psd -------------------------------------------------------------------------------- /resources/IE9 Polyfill/base64.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/IE9 Polyfill/base64.js -------------------------------------------------------------------------------- /resources/IE9 Polyfill/dataview-polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/IE9 Polyfill/dataview-polyfill.js -------------------------------------------------------------------------------- /resources/IE9 Polyfill/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/IE9 Polyfill/readme.txt -------------------------------------------------------------------------------- /resources/IE9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/IE9/README.md -------------------------------------------------------------------------------- /resources/IE9/xhrLoadWithXDR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/IE9/xhrLoadWithXDR.js -------------------------------------------------------------------------------- /resources/Ionic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ionic.md -------------------------------------------------------------------------------- /resources/Migration Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Migration Guide.md -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/0.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/1.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/10.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/11.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/12.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/13.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/14.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/15.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/16.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/17.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/18.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/19.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/2.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/20.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/21.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/22.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/23.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/24.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/25.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/26.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/27.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/28.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/29.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/3.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/30.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/31.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/32.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/33.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/4.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/5.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/6.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/7.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/8.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/128px/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/128px/9.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/0.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/1.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/10.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/11.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/12.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/13.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/14.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/15.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/16.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/17.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/18.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/19.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/2.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/20.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/21.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/22.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/23.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/24.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/25.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/26.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/27.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/28.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/29.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/3.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/30.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/31.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/32.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/33.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/4.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/5.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/6.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/7.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/8.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/32px/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/32px/9.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/0.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/1.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/10.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/11.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/12.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/13.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/14.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/15.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/16.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/17.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/18.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/19.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/2.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/20.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/21.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/22.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/23.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/24.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/25.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/26.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/27.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/28.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/29.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/3.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/30.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/31.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/32.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/33.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/4.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/5.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/6.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/7.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/8.png -------------------------------------------------------------------------------- /resources/Ninja Physics Debug Tiles/64px/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Ninja Physics Debug Tiles/64px/9.png -------------------------------------------------------------------------------- /resources/Phaser Logo/2D Text/Phaser 2D Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Phaser Logo/2D Text/Phaser 2D Glow.png -------------------------------------------------------------------------------- /resources/Phaser Logo/2D Text/Phaser 2D Glow.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Phaser Logo/2D Text/Phaser 2D Glow.psd -------------------------------------------------------------------------------- /resources/Phaser Logo/PNG/Phaser-Logo-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Phaser Logo/PNG/Phaser-Logo-Small.png -------------------------------------------------------------------------------- /resources/Phaser Logo/Vector/Phaser Logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Phaser Logo/Vector/Phaser Logo.eps -------------------------------------------------------------------------------- /resources/Phaser Logo/Vector/Phaser Logo.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Phaser Logo/Vector/Phaser Logo.fla -------------------------------------------------------------------------------- /resources/PhysicsEditor Exporter/exporter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/PhysicsEditor Exporter/exporter.xml -------------------------------------------------------------------------------- /resources/PhysicsEditor Exporter/phaser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/PhysicsEditor Exporter/phaser.json -------------------------------------------------------------------------------- /resources/Pixi Logo/pixi-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Pixi Logo/pixi-v2.png -------------------------------------------------------------------------------- /resources/Project Templates/Basic/Boot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Basic/Boot.js -------------------------------------------------------------------------------- /resources/Project Templates/Basic/Game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Basic/Game.js -------------------------------------------------------------------------------- /resources/Project Templates/Basic/MainMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Basic/MainMenu.js -------------------------------------------------------------------------------- /resources/Project Templates/Basic/Preloader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Basic/Preloader.js -------------------------------------------------------------------------------- /resources/Project Templates/Basic/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Basic/index.html -------------------------------------------------------------------------------- /resources/Project Templates/RequireJS/.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "src/libs" 3 | } -------------------------------------------------------------------------------- /resources/Project Templates/RequireJS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/RequireJS/README.md -------------------------------------------------------------------------------- /resources/Project Templates/RequireJS/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/RequireJS/bower.json -------------------------------------------------------------------------------- /resources/Project Templates/RequireJS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/RequireJS/index.html -------------------------------------------------------------------------------- /resources/Project Templates/RequireJS/src/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/RequireJS/src/game.js -------------------------------------------------------------------------------- /resources/Project Templates/RequireJS/src/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/RequireJS/src/main.js -------------------------------------------------------------------------------- /resources/Project Templates/Responsive/Boot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Responsive/Boot.js -------------------------------------------------------------------------------- /resources/Project Templates/Responsive/Game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Responsive/Game.js -------------------------------------------------------------------------------- /resources/Project Templates/Responsive/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Responsive/index.html -------------------------------------------------------------------------------- /resources/Project Templates/Webpack/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | yarn.lock 3 | public/assets/scripts/bundle*.js -------------------------------------------------------------------------------- /resources/Project Templates/Webpack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Webpack/README.md -------------------------------------------------------------------------------- /resources/Project Templates/Webpack/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Webpack/package.json -------------------------------------------------------------------------------- /resources/Project Templates/Webpack/public/assets/scripts/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/Project Templates/Webpack/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Project Templates/Webpack/src/index.js -------------------------------------------------------------------------------- /resources/Project Templates/ionic-example/.npmrc: -------------------------------------------------------------------------------- 1 | 2 | save-exact = true 3 | shrinkwrap = false 4 | -------------------------------------------------------------------------------- /resources/Screen Shots/kaleidoscope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/kaleidoscope.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser-cybernoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser-cybernoid.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser-demoscene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser-demoscene.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser-fireball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser-fireball.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser-flood-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser-flood-fill.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser-p2-cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser-p2-cannon.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser-protracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser-protracker.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser-waves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser-waves.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_balls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_balls.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_bitmapdata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_bitmapdata.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_blaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_blaster.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_cams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_cams.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_checkerwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_checkerwave.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_desert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_desert.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_fixed_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_fixed_camera.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_fruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_fruit.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_fruit_particles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_fruit_particles.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_mapdraw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_mapdraw.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_marble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_marble.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_mario_combo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_mario_combo.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_multiple_anims.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_multiple_anims.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_particle_trails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_particle_trails.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_particles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_particles.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_platformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_platformer.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_polygons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_polygons.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_quadtree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_quadtree.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_rotate4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_rotate4.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_scrollfactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_scrollfactor.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_sprite_bounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_sprite_bounds.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_tanks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_tanks.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_tilemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_tilemap.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_tilemap_debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_tilemap_debug.png -------------------------------------------------------------------------------- /resources/Screen Shots/phaser_tunnel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/phaser_tunnel.png -------------------------------------------------------------------------------- /resources/Screen Shots/rotozoomer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Screen Shots/rotozoomer.png -------------------------------------------------------------------------------- /resources/Spritesheet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Spritesheet/README.md -------------------------------------------------------------------------------- /resources/Spritesheet/mummy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/Spritesheet/mummy.png -------------------------------------------------------------------------------- /resources/WebGL Tilemap Renderer progress.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/WebGL Tilemap Renderer progress.txt -------------------------------------------------------------------------------- /resources/custom-builds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/custom-builds.md -------------------------------------------------------------------------------- /resources/docgen/export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/export.php -------------------------------------------------------------------------------- /resources/docgen/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/index.php -------------------------------------------------------------------------------- /resources/docgen/json.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/json.php -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.AbstractFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.AbstractFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.AjaxRequest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.AjaxRequest.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.AlphaMaskFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.AlphaMaskFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.AsciiFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.AsciiFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.AssetLoader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.AssetLoader.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.AtlasLoader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.AtlasLoader.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.BaseTexture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.BaseTexture.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.BitmapText.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.BitmapText.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.BlurFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.BlurFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.BlurXFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.BlurXFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.BlurYFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.BlurYFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.CanvasBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.CanvasBuffer.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.CanvasGraphics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.CanvasGraphics.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.CanvasRenderer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.CanvasRenderer.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.CanvasTinter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.CanvasTinter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Circle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Circle.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.ColorStepFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.ColorStepFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.DisplayObject.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.DisplayObject.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.DotScreenFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.DotScreenFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Ellipse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Ellipse.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.EventTarget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.EventTarget.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.FilterBlock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.FilterBlock.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.FilterTexture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.FilterTexture.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Graphics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Graphics.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.GrayFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.GrayFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.ImageLoader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.ImageLoader.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.InteractionData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.InteractionData.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.InvertFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.InvertFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.JsonLoader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.JsonLoader.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Matrix.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.MovieClip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.MovieClip.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.NoiseFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.NoiseFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.NormalMapFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.NormalMapFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.PixelateFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.PixelateFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.PixiFastShader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.PixiFastShader.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.PixiShader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.PixiShader.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Point.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Point.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.PolyK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.PolyK.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Polygon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Polygon.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.PrimitiveShader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.PrimitiveShader.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.RGBSplitFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.RGBSplitFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Rectangle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Rectangle.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.RenderTexture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.RenderTexture.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Rope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Rope.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.SepiaFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.SepiaFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.SmartBlurFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.SmartBlurFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.SpineLoader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.SpineLoader.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Sprite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Sprite.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.SpriteBatch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.SpriteBatch.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Stage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Stage.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Strip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Strip.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.StripShader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.StripShader.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Text.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Text.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.Texture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.Texture.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.TilingSprite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.TilingSprite.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.TwistFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.TwistFilter.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.WebGLGraphics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.WebGLGraphics.json -------------------------------------------------------------------------------- /resources/docgen/output/PIXI.WebGLRenderer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/PIXI.WebGLRenderer.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Animation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Animation.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.ArrayList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.ArrayList.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.AudioSprite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.AudioSprite.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.BitmapData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.BitmapData.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.BitmapText.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.BitmapText.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Button.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Button.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Cache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Cache.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Camera.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Camera.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Canvas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Canvas.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Circle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Circle.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Color.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Color.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Device.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Easing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Easing.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Ellipse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Ellipse.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Events.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Events.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Filter.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.FlexGrid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.FlexGrid.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.FlexLayer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.FlexLayer.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Frame.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Frame.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.FrameData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.FrameData.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Game.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Gamepad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Gamepad.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Graphics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Graphics.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Group.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Image.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Input.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Key.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Keyboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Keyboard.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Line.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Line.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.LinkedList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.LinkedList.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Loader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Loader.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.MSPointer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.MSPointer.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Math.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Math.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Mouse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Mouse.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Net.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Net.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Particle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Particle.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Particles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Particles.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Physics.P2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Physics.P2.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Physics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Physics.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Plugin.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Point.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Point.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Pointer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Pointer.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Polygon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Polygon.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.QuadTree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.QuadTree.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Rectangle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Rectangle.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.RetroFont.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.RetroFont.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Rope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Rope.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Signal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Signal.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.SinglePad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.SinglePad.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Sound.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Sound.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Sprite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Sprite.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.SpriteBatch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.SpriteBatch.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Stage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Stage.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.State.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.State.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Text.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Text.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Tile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Tile.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.TileSprite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.TileSprite.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Tilemap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Tilemap.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Tileset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Tileset.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Time.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Timer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Timer.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.TimerEvent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.TimerEvent.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Touch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Touch.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Tween.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Tween.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Utils.Debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Utils.Debug.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.Utils.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.Utils.json -------------------------------------------------------------------------------- /resources/docgen/output/Phaser.World.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/output/Phaser.World.json -------------------------------------------------------------------------------- /resources/docgen/project/Phaser Doc Gen.dsk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/project/Phaser Doc Gen.dsk -------------------------------------------------------------------------------- /resources/docgen/project/Phaser Doc Gen.ppd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/project/Phaser Doc Gen.ppd -------------------------------------------------------------------------------- /resources/docgen/project/Phaser Doc Gen.ppj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/project/Phaser Doc Gen.ppj -------------------------------------------------------------------------------- /resources/docgen/project/Phaser Doc Gen.ppw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/project/Phaser Doc Gen.ppw -------------------------------------------------------------------------------- /resources/docgen/project/Phaser Doc Gen.ppx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/project/Phaser Doc Gen.ppx -------------------------------------------------------------------------------- /resources/docgen/src/Block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/src/Block.php -------------------------------------------------------------------------------- /resources/docgen/src/ClassDesc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/src/ClassDesc.php -------------------------------------------------------------------------------- /resources/docgen/src/Constant.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/src/Constant.php -------------------------------------------------------------------------------- /resources/docgen/src/Exclude.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/src/Exclude.php -------------------------------------------------------------------------------- /resources/docgen/src/Method.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/src/Method.php -------------------------------------------------------------------------------- /resources/docgen/src/Parameter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/src/Parameter.php -------------------------------------------------------------------------------- /resources/docgen/src/PhaserDocGen.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/src/PhaserDocGen.php -------------------------------------------------------------------------------- /resources/docgen/src/Processor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/src/Processor.php -------------------------------------------------------------------------------- /resources/docgen/src/Property.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/src/Property.php -------------------------------------------------------------------------------- /resources/docgen/src/ReturnType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/src/ReturnType.php -------------------------------------------------------------------------------- /resources/docgen/view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/view.php -------------------------------------------------------------------------------- /resources/docgen/wip/gen.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/wip/gen.php -------------------------------------------------------------------------------- /resources/docgen/wip/json.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/wip/json.php -------------------------------------------------------------------------------- /resources/docgen/wip/output.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/wip/output.php -------------------------------------------------------------------------------- /resources/docgen/wip/process.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docgen/wip/process.php -------------------------------------------------------------------------------- /resources/docstrap-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docstrap-master/README.md -------------------------------------------------------------------------------- /resources/docstrap-master/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docstrap-master/package-lock.json -------------------------------------------------------------------------------- /resources/docstrap-master/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docstrap-master/package.json -------------------------------------------------------------------------------- /resources/docstrap-master/template/publish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/docstrap-master/template/publish.js -------------------------------------------------------------------------------- /resources/docstrap-master/template/tmpl/toc.tmpl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/jsdoc Export JSON/template/publish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/jsdoc Export JSON/template/publish.js -------------------------------------------------------------------------------- /resources/release-names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/release-names.txt -------------------------------------------------------------------------------- /resources/zwoptex-phaser.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/resources/zwoptex-phaser.template -------------------------------------------------------------------------------- /src/Intro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/Intro.js -------------------------------------------------------------------------------- /src/Outro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/Outro.js -------------------------------------------------------------------------------- /src/Phaser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/Phaser.js -------------------------------------------------------------------------------- /src/PhaserGlobal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/PhaserGlobal.js -------------------------------------------------------------------------------- /src/PixiDefaults.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/PixiDefaults.js -------------------------------------------------------------------------------- /src/animation/Animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/animation/Animation.js -------------------------------------------------------------------------------- /src/animation/AnimationManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/animation/AnimationManager.js -------------------------------------------------------------------------------- /src/animation/AnimationParser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/animation/AnimationParser.js -------------------------------------------------------------------------------- /src/animation/Frame.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/animation/Frame.js -------------------------------------------------------------------------------- /src/animation/FrameData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/animation/FrameData.js -------------------------------------------------------------------------------- /src/animation/creature/CreatureMeshBone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/animation/creature/CreatureMeshBone.js -------------------------------------------------------------------------------- /src/animation/creature/gl-matrix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/animation/creature/gl-matrix.js -------------------------------------------------------------------------------- /src/core/Camera.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/Camera.js -------------------------------------------------------------------------------- /src/core/Create.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/Create.js -------------------------------------------------------------------------------- /src/core/Filter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/Filter.js -------------------------------------------------------------------------------- /src/core/FlexGrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/FlexGrid.js -------------------------------------------------------------------------------- /src/core/FlexLayer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/FlexLayer.js -------------------------------------------------------------------------------- /src/core/Game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/Game.js -------------------------------------------------------------------------------- /src/core/Group.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/Group.js -------------------------------------------------------------------------------- /src/core/Plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/Plugin.js -------------------------------------------------------------------------------- /src/core/PluginManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/PluginManager.js -------------------------------------------------------------------------------- /src/core/ScaleManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/ScaleManager.js -------------------------------------------------------------------------------- /src/core/Signal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/Signal.js -------------------------------------------------------------------------------- /src/core/SignalBinding.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/SignalBinding.js -------------------------------------------------------------------------------- /src/core/Stage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/Stage.js -------------------------------------------------------------------------------- /src/core/State.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/State.js -------------------------------------------------------------------------------- /src/core/StateManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/StateManager.js -------------------------------------------------------------------------------- /src/core/World.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/core/World.js -------------------------------------------------------------------------------- /src/gameobjects/BitmapData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/BitmapData.js -------------------------------------------------------------------------------- /src/gameobjects/BitmapText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/BitmapText.js -------------------------------------------------------------------------------- /src/gameobjects/Button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/Button.js -------------------------------------------------------------------------------- /src/gameobjects/Creature.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/Creature.js -------------------------------------------------------------------------------- /src/gameobjects/GameObjectCreator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/GameObjectCreator.js -------------------------------------------------------------------------------- /src/gameobjects/GameObjectFactory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/GameObjectFactory.js -------------------------------------------------------------------------------- /src/gameobjects/Graphics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/Graphics.js -------------------------------------------------------------------------------- /src/gameobjects/GraphicsData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/GraphicsData.js -------------------------------------------------------------------------------- /src/gameobjects/Image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/Image.js -------------------------------------------------------------------------------- /src/gameobjects/Particle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/Particle.js -------------------------------------------------------------------------------- /src/gameobjects/RenderTexture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/RenderTexture.js -------------------------------------------------------------------------------- /src/gameobjects/RetroFont.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/RetroFont.js -------------------------------------------------------------------------------- /src/gameobjects/Rope.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/Rope.js -------------------------------------------------------------------------------- /src/gameobjects/Sprite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/Sprite.js -------------------------------------------------------------------------------- /src/gameobjects/SpriteBatch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/SpriteBatch.js -------------------------------------------------------------------------------- /src/gameobjects/Text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/Text.js -------------------------------------------------------------------------------- /src/gameobjects/TileSprite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/TileSprite.js -------------------------------------------------------------------------------- /src/gameobjects/Video.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/Video.js -------------------------------------------------------------------------------- /src/gameobjects/components/Angle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Angle.js -------------------------------------------------------------------------------- /src/gameobjects/components/Animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Animation.js -------------------------------------------------------------------------------- /src/gameobjects/components/AutoCull.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/AutoCull.js -------------------------------------------------------------------------------- /src/gameobjects/components/Bounds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Bounds.js -------------------------------------------------------------------------------- /src/gameobjects/components/BringToTop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/BringToTop.js -------------------------------------------------------------------------------- /src/gameobjects/components/Component.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Component.js -------------------------------------------------------------------------------- /src/gameobjects/components/Core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Core.js -------------------------------------------------------------------------------- /src/gameobjects/components/Crop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Crop.js -------------------------------------------------------------------------------- /src/gameobjects/components/Delta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Delta.js -------------------------------------------------------------------------------- /src/gameobjects/components/Destroy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Destroy.js -------------------------------------------------------------------------------- /src/gameobjects/components/Events.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Events.js -------------------------------------------------------------------------------- /src/gameobjects/components/FixedToCamera.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/FixedToCamera.js -------------------------------------------------------------------------------- /src/gameobjects/components/Health.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Health.js -------------------------------------------------------------------------------- /src/gameobjects/components/InCamera.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/InCamera.js -------------------------------------------------------------------------------- /src/gameobjects/components/InWorld.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/InWorld.js -------------------------------------------------------------------------------- /src/gameobjects/components/InputEnabled.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/InputEnabled.js -------------------------------------------------------------------------------- /src/gameobjects/components/LifeSpan.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/LifeSpan.js -------------------------------------------------------------------------------- /src/gameobjects/components/LoadTexture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/LoadTexture.js -------------------------------------------------------------------------------- /src/gameobjects/components/Overlap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Overlap.js -------------------------------------------------------------------------------- /src/gameobjects/components/PhysicsBody.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/PhysicsBody.js -------------------------------------------------------------------------------- /src/gameobjects/components/Reset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Reset.js -------------------------------------------------------------------------------- /src/gameobjects/components/ScaleMinMax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/ScaleMinMax.js -------------------------------------------------------------------------------- /src/gameobjects/components/Smoothed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/gameobjects/components/Smoothed.js -------------------------------------------------------------------------------- /src/geom/Circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/geom/Circle.js -------------------------------------------------------------------------------- /src/geom/Ellipse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/geom/Ellipse.js -------------------------------------------------------------------------------- /src/geom/Hermite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/geom/Hermite.js -------------------------------------------------------------------------------- /src/geom/Line.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/geom/Line.js -------------------------------------------------------------------------------- /src/geom/Matrix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/geom/Matrix.js -------------------------------------------------------------------------------- /src/geom/Point.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/geom/Point.js -------------------------------------------------------------------------------- /src/geom/Polygon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/geom/Polygon.js -------------------------------------------------------------------------------- /src/geom/Rectangle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/geom/Rectangle.js -------------------------------------------------------------------------------- /src/geom/RoundedRectangle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/geom/RoundedRectangle.js -------------------------------------------------------------------------------- /src/input/DeviceButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/DeviceButton.js -------------------------------------------------------------------------------- /src/input/Gamepad.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/Gamepad.js -------------------------------------------------------------------------------- /src/input/Input.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/Input.js -------------------------------------------------------------------------------- /src/input/InputHandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/InputHandler.js -------------------------------------------------------------------------------- /src/input/Key.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/Key.js -------------------------------------------------------------------------------- /src/input/Keyboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/Keyboard.js -------------------------------------------------------------------------------- /src/input/MSPointer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/MSPointer.js -------------------------------------------------------------------------------- /src/input/Mouse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/Mouse.js -------------------------------------------------------------------------------- /src/input/MouseWheel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/MouseWheel.js -------------------------------------------------------------------------------- /src/input/Pointer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/Pointer.js -------------------------------------------------------------------------------- /src/input/PointerLock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/PointerLock.js -------------------------------------------------------------------------------- /src/input/SinglePad.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/SinglePad.js -------------------------------------------------------------------------------- /src/input/Touch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/Touch.js -------------------------------------------------------------------------------- /src/input/WheelEventProxy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/input/WheelEventProxy.js -------------------------------------------------------------------------------- /src/loader/Cache.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/loader/Cache.js -------------------------------------------------------------------------------- /src/loader/Loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/loader/Loader.js -------------------------------------------------------------------------------- /src/loader/LoaderParser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/loader/LoaderParser.js -------------------------------------------------------------------------------- /src/math/Math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/math/Math.js -------------------------------------------------------------------------------- /src/math/QuadTree.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/math/QuadTree.js -------------------------------------------------------------------------------- /src/math/RandomDataGenerator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/math/RandomDataGenerator.js -------------------------------------------------------------------------------- /src/particles/Particles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/particles/Particles.js -------------------------------------------------------------------------------- /src/particles/arcade/ArcadeParticles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/particles/arcade/ArcadeParticles.js -------------------------------------------------------------------------------- /src/particles/arcade/Emitter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/particles/arcade/Emitter.js -------------------------------------------------------------------------------- /src/physics/Physics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/Physics.js -------------------------------------------------------------------------------- /src/physics/arcade/Body.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/arcade/Body.js -------------------------------------------------------------------------------- /src/physics/arcade/TilemapCollision.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/arcade/TilemapCollision.js -------------------------------------------------------------------------------- /src/physics/arcade/World.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/arcade/World.js -------------------------------------------------------------------------------- /src/physics/ninja/AABB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/ninja/AABB.js -------------------------------------------------------------------------------- /src/physics/ninja/Body.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/ninja/Body.js -------------------------------------------------------------------------------- /src/physics/ninja/Circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/ninja/Circle.js -------------------------------------------------------------------------------- /src/physics/ninja/Tile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/ninja/Tile.js -------------------------------------------------------------------------------- /src/physics/ninja/World.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/ninja/World.js -------------------------------------------------------------------------------- /src/physics/p2/Body.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/Body.js -------------------------------------------------------------------------------- /src/physics/p2/BodyDebug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/BodyDebug.js -------------------------------------------------------------------------------- /src/physics/p2/CollisionGroup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/CollisionGroup.js -------------------------------------------------------------------------------- /src/physics/p2/ContactMaterial.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/ContactMaterial.js -------------------------------------------------------------------------------- /src/physics/p2/DistanceConstraint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/DistanceConstraint.js -------------------------------------------------------------------------------- /src/physics/p2/FixtureList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/FixtureList.js -------------------------------------------------------------------------------- /src/physics/p2/GearConstraint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/GearConstraint.js -------------------------------------------------------------------------------- /src/physics/p2/InversePointProxy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/InversePointProxy.js -------------------------------------------------------------------------------- /src/physics/p2/LockConstraint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/LockConstraint.js -------------------------------------------------------------------------------- /src/physics/p2/Material.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/Material.js -------------------------------------------------------------------------------- /src/physics/p2/PointProxy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/PointProxy.js -------------------------------------------------------------------------------- /src/physics/p2/PrismaticConstraint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/PrismaticConstraint.js -------------------------------------------------------------------------------- /src/physics/p2/RevoluteConstraint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/RevoluteConstraint.js -------------------------------------------------------------------------------- /src/physics/p2/RotationalSpring.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/RotationalSpring.js -------------------------------------------------------------------------------- /src/physics/p2/Spring.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/Spring.js -------------------------------------------------------------------------------- /src/physics/p2/World.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/World.js -------------------------------------------------------------------------------- /src/physics/p2/p2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/physics/p2/p2.js -------------------------------------------------------------------------------- /src/pixi/Intro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/Intro.js -------------------------------------------------------------------------------- /src/pixi/Outro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/Outro.js -------------------------------------------------------------------------------- /src/pixi/Pixi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/Pixi.js -------------------------------------------------------------------------------- /src/pixi/display/DisplayObject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/display/DisplayObject.js -------------------------------------------------------------------------------- /src/pixi/display/DisplayObjectContainer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/display/DisplayObjectContainer.js -------------------------------------------------------------------------------- /src/pixi/display/Sprite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/display/Sprite.js -------------------------------------------------------------------------------- /src/pixi/renderers/canvas/CanvasGraphics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/renderers/canvas/CanvasGraphics.js -------------------------------------------------------------------------------- /src/pixi/renderers/canvas/CanvasRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/renderers/canvas/CanvasRenderer.js -------------------------------------------------------------------------------- /src/pixi/renderers/canvas/utils/CanvasBuffer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/renderers/canvas/utils/CanvasBuffer.js -------------------------------------------------------------------------------- /src/pixi/renderers/canvas/utils/CanvasTinter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/renderers/canvas/utils/CanvasTinter.js -------------------------------------------------------------------------------- /src/pixi/renderers/webgl/WebGLRenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/renderers/webgl/WebGLRenderer.js -------------------------------------------------------------------------------- /src/pixi/renderers/webgl/shaders/PixiShader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/renderers/webgl/shaders/PixiShader.js -------------------------------------------------------------------------------- /src/pixi/renderers/webgl/shaders/StripShader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/renderers/webgl/shaders/StripShader.js -------------------------------------------------------------------------------- /src/pixi/renderers/webgl/utils/FilterTexture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/renderers/webgl/utils/FilterTexture.js -------------------------------------------------------------------------------- /src/pixi/renderers/webgl/utils/WebGLGraphics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/renderers/webgl/utils/WebGLGraphics.js -------------------------------------------------------------------------------- /src/pixi/textures/BaseTexture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/textures/BaseTexture.js -------------------------------------------------------------------------------- /src/pixi/textures/Texture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/pixi/textures/Texture.js -------------------------------------------------------------------------------- /src/plugins/path/EventTarget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/plugins/path/EventTarget.js -------------------------------------------------------------------------------- /src/plugins/path/Path.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/plugins/path/Path.js -------------------------------------------------------------------------------- /src/plugins/path/PathFollower.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/plugins/path/PathFollower.js -------------------------------------------------------------------------------- /src/plugins/path/PathManagerPlugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/plugins/path/PathManagerPlugin.js -------------------------------------------------------------------------------- /src/plugins/path/PathPoint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/plugins/path/PathPoint.js -------------------------------------------------------------------------------- /src/plugins/weapon/Bullet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/plugins/weapon/Bullet.js -------------------------------------------------------------------------------- /src/plugins/weapon/WeaponPlugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/plugins/weapon/WeaponPlugin.js -------------------------------------------------------------------------------- /src/polyfills.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/polyfills.js -------------------------------------------------------------------------------- /src/sound/AudioSprite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/sound/AudioSprite.js -------------------------------------------------------------------------------- /src/sound/Sound.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/sound/Sound.js -------------------------------------------------------------------------------- /src/sound/SoundManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/sound/SoundManager.js -------------------------------------------------------------------------------- /src/stubs/Color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/stubs/Color.js -------------------------------------------------------------------------------- /src/stubs/Create.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/stubs/Create.js -------------------------------------------------------------------------------- /src/stubs/DOM.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/stubs/DOM.js -------------------------------------------------------------------------------- /src/stubs/Debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/stubs/Debug.js -------------------------------------------------------------------------------- /src/stubs/ScaleManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/stubs/ScaleManager.js -------------------------------------------------------------------------------- /src/stubs/SoundManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/stubs/SoundManager.js -------------------------------------------------------------------------------- /src/stubs/TileSprite.js: -------------------------------------------------------------------------------- 1 | Phaser.TileSprite = function () {}; 2 | -------------------------------------------------------------------------------- /src/stubs/TweenManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/stubs/TweenManager.js -------------------------------------------------------------------------------- /src/tilemap/ImageCollection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/tilemap/ImageCollection.js -------------------------------------------------------------------------------- /src/tilemap/Tile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/tilemap/Tile.js -------------------------------------------------------------------------------- /src/tilemap/Tilemap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/tilemap/Tilemap.js -------------------------------------------------------------------------------- /src/tilemap/TilemapLayer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/tilemap/TilemapLayer.js -------------------------------------------------------------------------------- /src/tilemap/TilemapParser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/tilemap/TilemapParser.js -------------------------------------------------------------------------------- /src/tilemap/Tileset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/tilemap/Tileset.js -------------------------------------------------------------------------------- /src/time/Time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/time/Time.js -------------------------------------------------------------------------------- /src/time/Timer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/time/Timer.js -------------------------------------------------------------------------------- /src/time/TimerEvent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/time/TimerEvent.js -------------------------------------------------------------------------------- /src/tween/Easing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/tween/Easing.js -------------------------------------------------------------------------------- /src/tween/Tween.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/tween/Tween.js -------------------------------------------------------------------------------- /src/tween/TweenData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/tween/TweenData.js -------------------------------------------------------------------------------- /src/tween/TweenManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/tween/TweenManager.js -------------------------------------------------------------------------------- /src/utils/ArraySet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/ArraySet.js -------------------------------------------------------------------------------- /src/utils/ArrayUtils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/ArrayUtils.js -------------------------------------------------------------------------------- /src/utils/Canvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/Canvas.js -------------------------------------------------------------------------------- /src/utils/CanvasPool.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/CanvasPool.js -------------------------------------------------------------------------------- /src/utils/Color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/Color.js -------------------------------------------------------------------------------- /src/utils/DOM.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/DOM.js -------------------------------------------------------------------------------- /src/utils/Debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/Debug.js -------------------------------------------------------------------------------- /src/utils/Device.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/Device.js -------------------------------------------------------------------------------- /src/utils/EarCut.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/EarCut.js -------------------------------------------------------------------------------- /src/utils/LinkedList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/LinkedList.js -------------------------------------------------------------------------------- /src/utils/RequestAnimationFrame.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/RequestAnimationFrame.js -------------------------------------------------------------------------------- /src/utils/Utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/src/utils/Utils.js -------------------------------------------------------------------------------- /tasks/.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/.eslintrc.json -------------------------------------------------------------------------------- /tasks/banner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/banner.txt -------------------------------------------------------------------------------- /tasks/buildtsdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/buildtsdoc.js -------------------------------------------------------------------------------- /tasks/jsdoc-conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/jsdoc-conf.json -------------------------------------------------------------------------------- /tasks/jsdoc-plugins/filterpixi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/jsdoc-plugins/filterpixi.js -------------------------------------------------------------------------------- /tasks/jsdoc-plugins/namealias.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/jsdoc-plugins/namealias.js -------------------------------------------------------------------------------- /tasks/jsdoc-plugins/p2completeclass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/jsdoc-plugins/p2completeclass.js -------------------------------------------------------------------------------- /tasks/jsdoc-plugins/proptomember.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/jsdoc-plugins/proptomember.js -------------------------------------------------------------------------------- /tasks/jsdoc-plugins/shortlinks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/jsdoc-plugins/shortlinks.js -------------------------------------------------------------------------------- /tasks/jsdocexportjson-conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/jsdocexportjson-conf.json -------------------------------------------------------------------------------- /tasks/manifests/animation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/animation.json -------------------------------------------------------------------------------- /tasks/manifests/bitmapdata.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/gameobjects/BitmapData.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/bitmaptext.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/gameobjects/BitmapText.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/color.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/utils/Color.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/color.stub.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/stubs/Color.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/components.json -------------------------------------------------------------------------------- /tasks/manifests/core.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/core.json -------------------------------------------------------------------------------- /tasks/manifests/create.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/core/Create.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/create.stub.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/stubs/Create.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/creature-global.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/creature-global.json -------------------------------------------------------------------------------- /tasks/manifests/creature.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/gameobjects/Creature.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/debug.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/utils/Debug.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/debug.stub.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/stubs/Debug.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/dom.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/utils/DOM.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/dom.stub.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/stubs/DOM.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/flexgrid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/flexgrid.json -------------------------------------------------------------------------------- /tasks/manifests/gameobjects.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/gameobjects.json -------------------------------------------------------------------------------- /tasks/manifests/gamepad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/gamepad.json -------------------------------------------------------------------------------- /tasks/manifests/geom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/geom.json -------------------------------------------------------------------------------- /tasks/manifests/graphics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/graphics.json -------------------------------------------------------------------------------- /tasks/manifests/input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/input.json -------------------------------------------------------------------------------- /tasks/manifests/intro.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/Intro.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/keyboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/keyboard.json -------------------------------------------------------------------------------- /tasks/manifests/loader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/loader.json -------------------------------------------------------------------------------- /tasks/manifests/math.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/math.json -------------------------------------------------------------------------------- /tasks/manifests/outro.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/Outro.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/p2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/p2.json -------------------------------------------------------------------------------- /tasks/manifests/particles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/particles.json -------------------------------------------------------------------------------- /tasks/manifests/particles.stub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/particles.stub.json -------------------------------------------------------------------------------- /tasks/manifests/phaser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/phaser.json -------------------------------------------------------------------------------- /tasks/manifests/physics.arcade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/physics.arcade.json -------------------------------------------------------------------------------- /tasks/manifests/physics.arcade.tilemaps.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/physics/arcade/TilemapCollision.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/physics.arcade.weapon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/physics.arcade.weapon.json -------------------------------------------------------------------------------- /tasks/manifests/physics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/physics.json -------------------------------------------------------------------------------- /tasks/manifests/physics.ninja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/physics.ninja.json -------------------------------------------------------------------------------- /tasks/manifests/physics.p2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/physics.p2.json -------------------------------------------------------------------------------- /tasks/manifests/pixi-intro.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/pixi/Intro.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/pixi-main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/pixi-main.json -------------------------------------------------------------------------------- /tasks/manifests/pixi-outro.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/pixi/Outro.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/pixidefs.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/PixiDefaults.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/rendertexture.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/gameobjects/RenderTexture.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/retrofont.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/gameobjects/RetroFont.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/rope.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/gameobjects/Rope.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/scale.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/core/ScaleManager.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/scale.stub.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/stubs/ScaleManager.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/sound.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/sound.json -------------------------------------------------------------------------------- /tasks/manifests/sound.stub.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/stubs/SoundManager.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/system.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/system.json -------------------------------------------------------------------------------- /tasks/manifests/text.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/gameobjects/Text.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/tilemaps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/tilemaps.json -------------------------------------------------------------------------------- /tasks/manifests/tilesprite.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/gameobjects/TileSprite.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/tilesprite.stub.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/stubs/TileSprite.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/time.json -------------------------------------------------------------------------------- /tasks/manifests/tweens.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/tweens.json -------------------------------------------------------------------------------- /tasks/manifests/tweens.stub.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/stubs/TweenManager.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/manifests/utils.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/manifests/utils.json -------------------------------------------------------------------------------- /tasks/manifests/video.json: -------------------------------------------------------------------------------- 1 | [ 2 | "src/gameobjects/Video.js" 3 | ] 4 | -------------------------------------------------------------------------------- /tasks/options/buildtsdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/options/buildtsdoc.js -------------------------------------------------------------------------------- /tasks/options/clean.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/options/clean.js -------------------------------------------------------------------------------- /tasks/options/concat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/options/concat.js -------------------------------------------------------------------------------- /tasks/options/connect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/options/connect.js -------------------------------------------------------------------------------- /tasks/options/copy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/options/copy.js -------------------------------------------------------------------------------- /tasks/options/eslint.js: -------------------------------------------------------------------------------- 1 | module.exports = {target: 'src'}; 2 | -------------------------------------------------------------------------------- /tasks/options/gitclone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/options/gitclone.js -------------------------------------------------------------------------------- /tasks/options/jsdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/options/jsdoc.js -------------------------------------------------------------------------------- /tasks/options/replace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/options/replace.js -------------------------------------------------------------------------------- /tasks/options/ts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/options/ts.js -------------------------------------------------------------------------------- /tasks/options/uglify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/options/uglify.js -------------------------------------------------------------------------------- /tasks/pixidoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/pixidoc.js -------------------------------------------------------------------------------- /tasks/yuidoc-to-jsdoc/converter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/tasks/yuidoc-to-jsdoc/converter.js -------------------------------------------------------------------------------- /typescript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/typescript/README.md -------------------------------------------------------------------------------- /typescript/box2d.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/typescript/box2d.d.ts -------------------------------------------------------------------------------- /typescript/p2.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/typescript/p2.d.ts -------------------------------------------------------------------------------- /typescript/phaser.comments.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/typescript/phaser.comments.d.ts -------------------------------------------------------------------------------- /typescript/phaser.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/typescript/phaser.d.ts -------------------------------------------------------------------------------- /typescript/phaser_box2d.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/typescript/phaser_box2d.d.ts -------------------------------------------------------------------------------- /typescript/pixi.comments.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/typescript/pixi.comments.d.ts -------------------------------------------------------------------------------- /typescript/pixi.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/typescript/pixi.d.ts -------------------------------------------------------------------------------- /typescript/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/typescript/tslint.json -------------------------------------------------------------------------------- /typescript/typings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaserjs/phaser-ce/HEAD/typescript/typings.json --------------------------------------------------------------------------------