Fix speechbubble (#326)

This commit is contained in:
teo0781 2022-11-11 23:48:39 +01:00 committed by GitHub
parent ca2ad80a33
commit ed8ec36136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ class SpeechBubbleCommand extends ImageCommand {
gravity: "north",
resize: true,
yscale: 0.2,
alpha: this.options.alpha,
flip: this.options.flip
alpha: this.options.alpha ? true : false,
flip: this.options.flip ? true : false
};
}