Spritesheet cleanup / Heat blocks / Editor bugfix
This commit is contained in:
@@ -170,7 +170,7 @@ public class Generators {
|
||||
|
||||
Floor floor = (Floor)block;
|
||||
|
||||
if(ImagePacker.has(floor.name + "-edge")){
|
||||
if(ImagePacker.has(floor.name + "-edge") || floor.blendGroup != floor){
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user