Reworking the junkmap

This commit is contained in:
2014-06-13 01:42:51 -07:00
parent c1021354e6
commit 2fe0e4c9e8

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));
spr.body.setSize(16, 8, 8, 24);
}