mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
update itemSprite, update items
This commit is contained in:
@@ -429,10 +429,6 @@ public class Controls {
|
||||
return Forge.getAssets().getTextraFont(name, getSkin().getFont(name), Config.instance().getAtlas(Paths.ITEMS_ATLAS));
|
||||
}
|
||||
|
||||
static public Sprite getSprite(String itemSprite) {
|
||||
return Config.instance().getAtlas(Paths.ITEMS_ATLAS).createSprite(itemSprite);
|
||||
}
|
||||
|
||||
static public class AccountingLabel extends TextraLabel {
|
||||
private TextraLabel label;
|
||||
private final TextraLabel placeholder;
|
||||
|
||||
Reference in New Issue
Block a user