mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Tweak symbol size
This commit is contained in:
@@ -122,7 +122,7 @@ public class TextRenderer {
|
||||
if (!text.isEmpty()) {
|
||||
FSkinImage symbol = symbolLookup.get(text);
|
||||
if (symbol != null) {
|
||||
pieceWidth = lineHeight * 0.9f;
|
||||
pieceWidth = lineHeight * 0.85f;
|
||||
if (x + pieceWidth > width) {
|
||||
if (wrap) {
|
||||
x = 0;
|
||||
|
||||
Reference in New Issue
Block a user