This commit is contained in:
Dragon Fire
2021-02-10 21:14:33 -05:00
parent a2ba423608
commit f7c1cf64c1
+1 -1
View File
@@ -84,7 +84,7 @@ module.exports = class EjectCommand extends Command {
ctx.drawImage(avatar, x, (frame.height / 2) - 25, 50, 50);
ctx.rotate(-rotation * (Math.PI / 180));
}
if (i <= 20) {
if (i >= 10 && i <= 20) {
ctx.drawImage(frame, 0, 0);
const letters = Math.ceil((text.length / 10) * (i + 1));
const toDraw = text.slice(0, letters + 1);