mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Clarification.
This commit is contained in:
@@ -43,7 +43,7 @@ public enum VStatistics implements IVDoc<CStatistics> {
|
||||
.text("CARDS BY COLOR, TYPE AND CMC:").tooltip("Breakdown of cards by color, type and CMC")
|
||||
.fontStyle(Font.BOLD).fontSize(11).fontStyle(Font.BOLD).build();
|
||||
private FLabel lblShardCountHeader = new FLabel.Builder()
|
||||
.text("COLORED MANA SYMBOLS IN COST:").tooltip("Amount of mana symbols in mana cost of cards")
|
||||
.text("COLORED MANA SYMBOLS IN MANA COST:").tooltip("Amount of mana symbols in mana cost of cards")
|
||||
.fontStyle(Font.BOLD).fontSize(11).fontStyle(Font.BOLD).build();
|
||||
|
||||
// Total and color count labels
|
||||
|
||||
Reference in New Issue
Block a user