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 08:33:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
55a7699381
phaser
/
src
/
physics
History
photonstorm
55a7699381
Setting a P2.Body from Static or Kinematic to Dynamic will now automatically adjust the Body.mass to be 1 (thanks @wayfu
#2005
)
2015-08-20 11:19:30 +01:00
..
arcade
jsdoc updates.
2015-07-31 18:39:37 +01:00
ninja
All undefined argument checks were changed from
if (typeof x === 'undefined')
to
if (x === undefined)
removing the typeof check and saving some bytes across the codebase in the process.
2015-07-22 10:37:15 +01:00
p2
Setting a P2.Body from Static or Kinematic to Dynamic will now automatically adjust the Body.mass to be 1 (thanks @wayfu
#2005
)
2015-08-20 11:19:30 +01:00
Physics.js
All undefined argument checks were changed from
if (typeof x === 'undefined')
to
if (x === undefined)
removing the typeof check and saving some bytes across the codebase in the process.
2015-07-22 10:37:15 +01:00