Direct assignment of Body values, allows for sloped ground walking.

This commit is contained in:
photonstorm
2014-01-27 17:08:20 +00:00
parent dbdb2a2026
commit fbe508ab1b
8 changed files with 199 additions and 122 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ Phaser.Particles.Arcade.Emitter.prototype.makeParticles = function (keys, frames
var particle;
var i = 0;
var rndKey = keys;
var rndFrame = 0;
var rndFrame = frames;
while (i < quantity)
{