Display current ammo type in turret info
This commit is contained in:
@@ -17,6 +17,13 @@ public class ItemImage extends Stack{
|
||||
add(t);
|
||||
}
|
||||
|
||||
public ItemImage(TextureRegion region){
|
||||
Table t = new Table().left().bottom();
|
||||
|
||||
add(new Image(region));
|
||||
add(t);
|
||||
}
|
||||
|
||||
public ItemImage(ItemStack stack){
|
||||
add(new Image(stack.item.icon(Icon.large)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user