Fix speechbubble (#326)
This commit is contained in:
parent
ca2ad80a33
commit
ed8ec36136
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ class SpeechBubbleCommand extends ImageCommand {
|
||||||
gravity: "north",
|
gravity: "north",
|
||||||
resize: true,
|
resize: true,
|
||||||
yscale: 0.2,
|
yscale: 0.2,
|
||||||
alpha: this.options.alpha,
|
alpha: this.options.alpha ? true : false,
|
||||||
flip: this.options.flip
|
flip: this.options.flip ? true : false
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue