This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-17 16:43:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cc1b96a309
phaser
/
src
/
physics
History
Richard Davey
cc1b96a309
The
Body.setCollideWorldBounds
method has two new optional arguments
bounceX
and
bounceY
which, if given, will set the World Bounce values for the body.
2019-03-27 11:53:34 +00:00
..
arcade
The
Body.setCollideWorldBounds
method has two new optional arguments
bounceX
and
bounceY
which, if given, will set the World Bounce values for the body.
2019-03-27 11:53:34 +00:00
impact
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
matter-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
index.js
Happy New Year
2019-01-15 16:20:22 +00:00