More Settings
This commit is contained in:
@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user