Word bubbles
This commit is contained in:
@@ -420,7 +420,7 @@ var AISprite = function(game, x, y, spritetype) {
|
|||||||
|
|
||||||
this.sprite_group = ['townsfolk-male',
|
this.sprite_group = ['townsfolk-male',
|
||||||
'townsfolk-female',
|
'townsfolk-female',
|
||||||
'townsfolk-guard'][Math.round(spritetype / 4)];
|
'townsfolk-guard'][Math.round(spritetype / 4) - 1];
|
||||||
|
|
||||||
addAnimation(this, 'bipedwalkleft');
|
addAnimation(this, 'bipedwalkleft');
|
||||||
addAnimation(this, 'bipedwalkright');
|
addAnimation(this, 'bipedwalkright');
|
||||||
|
|||||||
Reference in New Issue
Block a user