Reworking the junkmap

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

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);
}