mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Minor update to ViewField.
This commit is contained in:
@@ -99,18 +99,6 @@ public class ViewField extends FRoundedPanel {
|
|||||||
this.hoverBorder = new LineBorder(this.skin.getColor("borders"), 1);
|
this.hoverBorder = new LineBorder(this.skin.getColor("borders"), 1);
|
||||||
this.counter = -1;
|
this.counter = -1;
|
||||||
|
|
||||||
/*
|
|
||||||
*
|
|
||||||
if (AllZone.getQuestData() != null && this.player.isComputer()) {
|
|
||||||
final File base = ForgeProps.getFile(NewConstants.IMAGE_ICON);
|
|
||||||
String iconName = "";
|
|
||||||
if (Constant.Quest.OPP_ICON_NAME[0] != null) {
|
|
||||||
iconName = Constant.Quest.OPP_ICON_NAME[0];
|
|
||||||
final File file = new File(base, iconName);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Player icon logic
|
// Player icon logic
|
||||||
String filename;
|
String filename;
|
||||||
if (player.isHuman()) {
|
if (player.isHuman()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user