Added health and ammo to block descriptions

This commit is contained in:
Anuken
2017-08-13 14:36:02 -04:00
parent 4da9d730bf
commit 04e4377ee4
5 changed files with 22 additions and 8 deletions

View File

@@ -261,6 +261,10 @@ public class UI extends SceneModule{
tiptable.row();
tiptable.add().size(10).units(Unit.px);
tiptable.row();
tiptable.add("[scarlet]Health: " + r.result.health).left();
tiptable.row();
tiptable.add().size(6).units(Unit.px);
tiptable.row();
tiptable.add("[ORANGE]" + description).left();
tiptable.pad(Unit.dp.inPixels(10f));
};