phaser/src/physics/arcade
2019-03-26 13:06:45 +00:00
..
components Lots more jsdoc tweaks and improvements 2019-02-12 15:01:54 +00:00
events Added jsdoc version numbers to each event 2019-02-12 11:37:58 +00:00
tilemap Removed un-used properties 2019-03-22 19:07:52 +00:00
typedefs Properties are optional 2019-02-13 17:20:10 +00:00
ArcadeImage.js The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
ArcadePhysics.js Updated docs 2019-03-08 19:54:46 +00:00
ArcadeSprite.js The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
Body.js Moved sleep checks around 2019-03-26 00:05:09 +00:00
CheckOverlap.js Single functions to handle the data 2019-03-25 12:55:08 +00:00
CheckOverlapX.js Added new X axis functions 2019-03-24 23:30:57 +00:00
CheckOverlapY.js Only needs CollisionInfo 2019-03-24 23:31:20 +00:00
Collider.js Fixed Group defs and completed Arcade Physics defs 2019-02-13 14:45:36 +00:00
CollisionInfo.js Handle single face intersects 2019-03-26 13:06:26 +00:00
const.js Happy New Year 2019-01-15 16:20:22 +00:00
Factory.js Fixed Group defs and completed Arcade Physics defs 2019-02-13 14:45:36 +00:00
GetOverlap.js Comment out logs 2019-03-26 13:06:45 +00:00
GetOverlapX.js Added new X axis functions 2019-03-24 23:30:57 +00:00
GetOverlapY.js Silence logs 2019-03-22 19:07:41 +00:00
index.js All of the Arcade Physics Components are now available directly under the Phaser.Physics.Arcade.Components namespace. Fix #4440 2019-03-24 22:51:34 +00:00
IntersectsRect.js New Intersects method as it's used in multiple places 2019-03-15 19:21:54 +00:00
PhysicsGroup.js Fixed Group defs and completed Arcade Physics defs 2019-02-13 14:45:36 +00:00
SeparateX.js Lots of small tweaks 2019-03-25 17:25:11 +00:00
SeparateY.js Debug tests 2019-03-25 17:25:17 +00:00
StaticBody.js Removed un-used properties 2019-03-22 19:07:52 +00:00
StaticPhysicsGroup.js Moving all of the typedefs to properly namespaced scopes, rather than globals 2019-02-13 12:35:12 +00:00
World.js Comment out logs 2019-03-26 13:06:45 +00:00