Reduce the amount of lines in the Shimmering Ring
This commit is contained in:
parent
229c888498
commit
196e0b9688
@ -78,9 +78,9 @@ public class ShimmeringRingKitSelector extends KitSelectorGadget
|
||||
_direction.put(entity, false);
|
||||
}
|
||||
if (_direction.get(entity))
|
||||
height += 0.1;
|
||||
height += 0.2;
|
||||
else
|
||||
height -= 0.1;
|
||||
height -= 0.2;
|
||||
_circleHeight.put(entity, height);
|
||||
|
||||
for (int i = 0; i < PARTICLES_PER_CIRCLE; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user