Add wandering sprites back to map via map objects

This commit is contained in:
2014-06-13 02:01:44 -07:00
parent 00c635a976
commit 37c3bd16ef

View File

@@ -997,7 +997,7 @@ function setSpriteMovement(spr, running, dir)
spr.body.velocity.x = 0; spr.body.velocity.x = 0;
spr.body.velocity.y = y; spr.body.velocity.y = y;
} }
spr.body.setSize(16, 8, 8, 24); spr.body.setSize(16, 16, 8, 16);
} }