Add a drawSelect to shockwave towers (#7172)
* add hover range display * absolute buffoon * so the local one works but that didn't * newline
This commit is contained in:
@@ -115,5 +115,10 @@ public class ShockwaveTower extends Block{
|
||||
Fill.poly(x, y, shapeSides, shapeRadius * potentialEfficiency, Time.time * shapeRotateSpeed);
|
||||
Draw.color();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drawSelect(){
|
||||
Drawf.dashCircle(x, y, range, waveColor);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user