Fixed build errors, AI improvements

This commit is contained in:
Anuken
2018-06-03 00:09:41 -04:00
parent a116a2a553
commit 12c746a4e4
10 changed files with 71 additions and 36 deletions

View File

@@ -14,6 +14,8 @@ public class ItemImage extends Stack {
public ItemImage(TextureRegion region, Supplier<String> text, Color color) {
Table t = new Table().left().bottom();
t.label(text).get().setFontScale(0.5f);
image = new Image(region);
image.setColor(color);