Reduce the amount of lines in the Shimmering Ring

This commit is contained in:
LCastr0 2017-05-03 22:29:06 -03:00
parent 229c888498
commit 196e0b9688

View File

@ -78,9 +78,9 @@ public class ShimmeringRingKitSelector extends KitSelectorGadget
_direction.put(entity, false); _direction.put(entity, false);
} }
if (_direction.get(entity)) if (_direction.get(entity))
height += 0.1; height += 0.2;
else else
height -= 0.1; height -= 0.2;
_circleHeight.put(entity, height); _circleHeight.put(entity, height);
for (int i = 0; i < PARTICLES_PER_CIRCLE; i++) for (int i = 0; i < PARTICLES_PER_CIRCLE; i++)