Go back to text wordbubbles
This commit is contained in:
@@ -792,7 +792,7 @@ var AISprite = function(game, x, y, key, frame) {
|
||||
|
||||
this.setWordBubble = function()
|
||||
{
|
||||
if ( this.bubble !== null || this.sprite_group == undefined || this.word_bubble_enabled == false) {
|
||||
if ( this.bubble !== null || this.sprite_group == undefined || this.enable_world_bubble == false) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user