Cleaned up some sprites

This commit is contained in:
Anuken
2019-04-11 22:52:29 -04:00
parent df51078858
commit ef2b8be726
37 changed files with 9 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ public abstract class BasicGenerator extends RandomGenerator{
if(Mathf.chance(noise(x + 0x231523, y, 40f, 1f))){
floor = Structs.random(blocks);
if(Mathf.dst(mx, my, secSize/2, secSize/2) > secSize/2f + 2){
floor = Blocks.darkPanel5;
floor = Blocks.darkPanel4;
}
}