Wizards: Update UtilTextBottom text for the custom method
This commit is contained in:
parent
21800d83c6
commit
88bd99e11f
@ -712,7 +712,7 @@ public class Wizards extends SoloGame
|
||||
private void displayProgress(String progressColor, String prefix, double amount, String suffix, Player... players)
|
||||
{
|
||||
// Generate Bar
|
||||
int bars = 52;
|
||||
int bars = 24;
|
||||
String progressBar = C.cGreen + "";
|
||||
boolean colorChange = false;
|
||||
for (int i = 0; i < bars; i++)
|
||||
@ -723,7 +723,7 @@ public class Wizards extends SoloGame
|
||||
colorChange = true;
|
||||
}
|
||||
|
||||
progressBar += "|";
|
||||
progressBar += "▌";
|
||||
}
|
||||
|
||||
// Send to Player
|
||||
|
Loading…
Reference in New Issue
Block a user