More Settings

This commit is contained in:
2025-10-29 16:46:54 -05:00
parent 24d0a07be9
commit ffe9bc6156

View File

@ -260,7 +260,7 @@ function draw(){
0.0, //X Acceleration
0.0, //Y Acceleration
0.0, //Current Rotation
(Math.random() * 2 *(Math.PI / rotationSpeed))-(Math.PI / rotationSpeed), //Rotation Velocity
(Math.random() * 2 *(Math.PI / Settings.rotationSpeed))-(Math.PI / Settings.rotationSpeed), //Rotation Velocity
getRandomType()
);
}