Word bubbles
This commit is contained in:
@@ -337,7 +337,7 @@ var AISprite = function(game, x, y, spritetype) {
|
|||||||
game.physics.arcade.enable(this);
|
game.physics.arcade.enable(this);
|
||||||
this.body.collideWorldBounds = true;
|
this.body.collideWorldBounds = true;
|
||||||
|
|
||||||
this.sprite_group = 1 + (spritetype / 4);
|
this.sprite_group = Math.round(1 + (spritetype / 4));
|
||||||
|
|
||||||
addAnimation(this, 'bipedwalkleft');
|
addAnimation(this, 'bipedwalkleft');
|
||||||
addAnimation(this, 'bipedwalkright');
|
addAnimation(this, 'bipedwalkright');
|
||||||
|
|||||||
Reference in New Issue
Block a user