splashDamagePierce

This commit is contained in:
Anuken
2023-04-20 01:03:18 -04:00
parent 6a3638c3c2
commit 7a01be6dba
2 changed files with 4 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ public class MinimapRenderer{
Vec2 v = transform(Tmp.v1.set((ix + 0.5f + offset) * tilesize, (iy + 0.5f + offset) * tilesize));
Draw.color(Color.orange, Color.scarlet, Mathf.clamp(time / 50f));
Draw.color(Color.orange, Color.scarlet, Mathf.clamp(time / 70f));
Lines.square(v.x, v.y, rad);
}