mirror of
https://github.com/wassname/phaser.git
synced 2026-08-15 12:45:11 +08:00
Direct assignment of Body values, allows for sloped ground walking.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user