phaser/src/physics/arcade
2022-12-24 15:26:13 +11:00
..
components Updated copyright year 2022-02-28 14:29:51 +00:00
events All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
tilemap Updated copyright year 2022-02-28 14:29:51 +00:00
typedefs Add maxSpeed and useDamping to physics group config 2022-11-23 09:06:44 -08:00
ArcadeImage.js Updated copyright year 2022-02-28 14:29:51 +00:00
ArcadePhysics.js Improve types for ArcdePhysics.closest 2022-06-25 17:00:02 -04:00
ArcadeSprite.js Updated copyright year 2022-02-28 14:29:51 +00:00
Body.js Only checkWorldBounds in Body.reset if the Body collides with it 2022-10-11 01:45:21 +01:00
Collider.js Fixed type 2022-05-10 18:07:17 +01:00
const.js Updated copyright year 2022-02-28 14:29:51 +00:00
Factory.js Swap the handler type and fixed staticBody 2022-07-04 16:40:13 +01:00
GetOverlapX.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetOverlapY.js Updated copyright year 2022-02-28 14:29:51 +00:00
index.js Updated copyright year 2022-02-28 14:29:51 +00:00
PhysicsGroup.js Docs: change "Constructor" types to function 2022-12-16 15:37:09 -08:00
ProcessX.js Updated copyright year 2022-02-28 14:29:51 +00:00
ProcessY.js Updated copyright year 2022-02-28 14:29:51 +00:00
SeparateX.js Fixing the separation of non-pushable circular bodies 2022-12-13 01:56:23 +00:00
SeparateY.js Fixing the separation of non-pushable circular bodies 2022-12-13 01:56:23 +00:00
StaticBody.js Added isBody property 2022-07-04 16:39:53 +01:00
StaticPhysicsGroup.js Updated copyright year 2022-02-28 14:29:51 +00:00
World.js Compare maxSpeed with updated velocity 2022-12-24 15:26:13 +11:00