This commit is contained in:
Dragon Fire
2021-02-10 21:58:23 -05:00
parent ef4e61e8e6
commit 646e07b8f1
+2
View File
@@ -88,7 +88,9 @@ module.exports = class EjectCommand extends Command {
ctx.rotate(-angle);
ctx.translate(-originX, -originY);
ctx.drawImage(avatar, x, y, 50, 50);
ctx.translate(originX, originY);
ctx.rotate(angle);
ctx.translate(-originX, -originY);
}
if (i > 17) {
if (i <= 27) {