diff --git a/commands/edit-avatar/eject.js b/commands/edit-avatar/eject.js index 133bae3d..b20e3007 100644 --- a/commands/edit-avatar/eject.js +++ b/commands/edit-avatar/eject.js @@ -80,7 +80,7 @@ module.exports = class EjectCommand extends Command { if (i <= 17) { const x = ((320 / 15) * i) - 50; const y = (frame.height / 2) - 25; - const rotation = (360 / 10) * i; + const rotation = (360 / 15) * i; const angle = rotation * (Math.PI / 180); const originX = x + 25; const originY = y + 25;