progress (purge)

This commit is contained in:
Anuken
2020-04-22 16:17:43 -04:00
parent c5f93139bd
commit fc4f8619f8
4 changed files with 1 additions and 26 deletions

View File

@@ -615,12 +615,6 @@ abstract class TileComp implements Posc, Teamc, Healthc, Tilec, Timerc, QuadTree
}
}
public void drawLayer(){
}
public void drawLayer2(){
}
public void drawCracks(){
if(!damaged() || block.size > Block.maxCrackSize) return;
int id = pos();