mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Added condition hints with good/bad icons for cards
This commit is contained in:
parent
2a63314714
commit
043a7af086
8 changed files with 70 additions and 70 deletions
|
|
@ -7,8 +7,9 @@ import java.awt.*;
|
|||
*/
|
||||
public class HintUtils {
|
||||
|
||||
public static final String HINT_ICON_GOOD = " GOOD_ICON "; // TODO: icon
|
||||
public static final String HINT_ICON_BAD = " BAD_ICON "; // TODO: icon
|
||||
// icons changes to real files on client side (see mana icons replacement)
|
||||
public static final String HINT_ICON_GOOD = "ICON_GOOD";
|
||||
public static final String HINT_ICON_BAD = "ICON_BAD";
|
||||
|
||||
public static String prepareText(String text, Color color) {
|
||||
return prepareText(text, color, null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue