phaser/src/physics/arcade
2019-05-08 15:43:01 +01:00
..
components Fixes use of static keyword. Fix #4458 2019-04-05 18:04:34 +01:00
events Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01:00
tilemap Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01: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 Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01: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 Removed un-used properties 2019-05-03 17:38:37 +01:00
Collider.js Fixed Group defs and completed Arcade Physics defs 2019-02-13 14:45:36 +00:00
const.js Happy New Year 2019-01-15 16:20:22 +00:00
Factory.js Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01:00
GetOverlapX.js Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01:00
GetOverlapY.js Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01:00
index.js Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01:00
PhysicsGroup.js Passing an _array_ of configuration objects to physics.add.group would ignore them and none of the children would be assigned a physics body. Fix #4511 2019-05-07 16:17:28 +01:00
SeparateX.js Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01:00
SeparateY.js Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01:00
StaticBody.js Restored Arcade Physics v1 and merged in all the core changes 2019-05-03 17:28:06 +01: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 Always world step once 2019-05-08 15:43:01 +01:00