I'll do it myself
This commit is contained in:
@@ -1366,7 +1366,8 @@ public class UnitType extends UnlockableContent implements Senseable{
|
|||||||
|
|
||||||
Draw.color(Color.lightGray, Color.white, 1f - flashScl + Mathf.absin(Time.time, 0.5f, flashScl));
|
Draw.color(Color.lightGray, Color.white, 1f - flashScl + Mathf.absin(Time.time, 0.5f, flashScl));
|
||||||
|
|
||||||
Drawf.laser(Core.atlas.find("minelaser"), Core.atlas.find("minelaser-end"), px, py, ex, ey, 0.75f);
|
Draw.alpha(Renderer.unitLaserOpacity);
|
||||||
|
Drawf.laser(mineLaserRegion, mineLaserEndRegion, px, py, ex, ey, 0.75f);
|
||||||
|
|
||||||
if(unit.isLocal()){
|
if(unit.isLocal()){
|
||||||
Lines.stroke(1f, Pal.accent);
|
Lines.stroke(1f, Pal.accent);
|
||||||
|
|||||||
Reference in New Issue
Block a user