allow mods to easily load icon region
This commit is contained in:
@@ -59,9 +59,11 @@ public abstract class UnlockableContent extends MappableContent{
|
|||||||
cicons[icon.ordinal()] =
|
cicons[icon.ordinal()] =
|
||||||
Core.atlas.find(getContentType().name() + "-" + name + "-" + icon.name(),
|
Core.atlas.find(getContentType().name() + "-" + name + "-" + icon.name(),
|
||||||
Core.atlas.find(getContentType().name() + "-" + name + "-full",
|
Core.atlas.find(getContentType().name() + "-" + name + "-full",
|
||||||
|
Core.atlas.find(name + "-" + icon.name(),
|
||||||
|
Core.atlas.find(name + "-full",
|
||||||
Core.atlas.find(name,
|
Core.atlas.find(name,
|
||||||
Core.atlas.find(getContentType().name() + "-" + name,
|
Core.atlas.find(getContentType().name() + "-" + name,
|
||||||
Core.atlas.find(name + "1")))));
|
Core.atlas.find(name + "1")))))));
|
||||||
}
|
}
|
||||||
return cicons[icon.ordinal()];
|
return cicons[icon.ordinal()];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user