Spin less

This commit is contained in:
Dragon Fire
2021-02-10 22:02:01 -05:00
parent 646e07b8f1
commit a17d44a7fe
+1 -1
View File
@@ -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;