mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
I'll do it myself
This commit is contained in:
parent
02d56d27db
commit
0b09d0438a
1 changed files with 2 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
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()){
|
||||
Lines.stroke(1f, Pal.accent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue