Overlay testing

This commit is contained in:
Anuken
2019-04-12 23:03:34 -04:00
parent c0e425cf46
commit 816ae84005
25 changed files with 3527 additions and 3274 deletions

View File

@@ -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();