Add heart icon to life total label when gaining poison counters

(similar to mobile version)
This commit is contained in:
elcnesh
2015-04-08 11:56:43 +00:00
parent 8acb8a7f23
commit 77b69f2f1e

View File

@@ -214,6 +214,7 @@ public class VField implements IVDoc<CField> {
return;
}
avatarArea.remove(lblLife);
lblLife.setIcon(FSkin.getImage(FSkinProp.ICO_QUEST_LIFE));
avatarArea.add(lblLife, "w 50%!, h 20px!, split 2");
avatarArea.add(lblPoison, "w 50%!, h 20px!, wrap");
}