mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Add heart icon to life total label when gaining poison counters
(similar to mobile version)
This commit is contained in:
@@ -214,6 +214,7 @@ public class VField implements IVDoc<CField> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
avatarArea.remove(lblLife);
|
avatarArea.remove(lblLife);
|
||||||
|
lblLife.setIcon(FSkin.getImage(FSkinProp.ICO_QUEST_LIFE));
|
||||||
avatarArea.add(lblLife, "w 50%!, h 20px!, split 2");
|
avatarArea.add(lblLife, "w 50%!, h 20px!, split 2");
|
||||||
avatarArea.add(lblPoison, "w 50%!, h 20px!, wrap");
|
avatarArea.add(lblPoison, "w 50%!, h 20px!, wrap");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user