This commit is contained in:
Anuken
2020-06-13 10:41:59 -04:00
parent bb7da46301
commit 8769b9bf0e
2 changed files with 1 additions and 3 deletions

View File

@@ -136,8 +136,6 @@ public class Weathers implements ContentList{
if(tile != null && tile.floor().liquidDrop == Liquids.water){
Draw.tint(Tmp.c1.set(tile.floor().mapColor).mul(1.5f));
Draw.rect(splashes[(int)(life * (splashes.length - 1))], x, y);
//Lines.stroke((1f - life) * 2f);
//Lines.circle(x, y, life * 4f);
}
}
}