From a17d44a7fe685dce2c8f91c8f607a6883555ae68 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 10 Feb 2021 22:02:01 -0500 Subject: [PATCH] Spin less --- commands/edit-avatar/eject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;