Overlay testing
This commit is contained in:
@@ -170,7 +170,7 @@ public class Generators{
|
||||
});
|
||||
|
||||
ImagePacker.generate("unit-icons", () -> {
|
||||
content.<UnitType>getBy(ContentType.unit).each(type -> type.isFlying, type -> {
|
||||
content.<UnitType>getBy(ContentType.unit).each(type -> !type.isFlying, type -> {
|
||||
type.load();
|
||||
type.weapon.load();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user