Fixed crude turret icons

This commit is contained in:
Anuken
2018-06-28 11:50:50 -04:00
parent cad44cf379
commit 576af67587
14 changed files with 911 additions and 804 deletions

View File

@@ -93,6 +93,10 @@ public class ImageContext {
Log.info("&ly[Generator]&lc Time to generate &lm{0}&lc: &lg{1}&lcms", name, Timers.elapsed());
}
public Image create(int width, int height){
return new Image(image, width, height);
}
public Image get(String name){
return get(Core.atlas.getRegion(name));
}