forked from SteamWar/SteamWar
Format code
This commit is contained in:
@@ -38,7 +38,7 @@ public class PulseShimmer extends DelegatingParticleElement {
|
||||
}
|
||||
|
||||
private double y(double time) {
|
||||
return (8 * Math.pow(time, 2.2) - time) / (6.5 / 3.5) -0.1;
|
||||
return (8 * Math.pow(time, 2.2) - time) / (6.5 / 3.5) - 0.1;
|
||||
}
|
||||
|
||||
public PulseShimmer(ParticleElement particleElement, int speed, int rotationSpeed) {
|
||||
|
||||
Reference in New Issue
Block a user