Reworking the junkmap

This commit is contained in:
2014-06-13 01:40:42 -07:00
parent e386c727ce
commit c1021354e6

View File

@@ -988,7 +988,7 @@ function setSpriteMovement(spr, running, dir)
spr.body.velocity.x = 0;
spr.body.velocity.y = y;
}
player.body.setSize(spr.body.width/2, spr.body.height/4, spr.body.width/4, (spr.body.height * 0.75);
player.body.setSize(spr.body.width/2, spr.body.height/4, spr.body.width/4, (spr.body.height * 0.75));
}