mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Update VAssignGenericAmount.java
This commit is contained in:
@@ -270,7 +270,7 @@ public class VAssignGenericAmount extends FDialog {
|
|||||||
float w = getWidth();
|
float w = getWidth();
|
||||||
float h = getHeight();
|
float h = getHeight();
|
||||||
g.drawImage(image, 0, 0, w, w);
|
g.drawImage(image, 0, 0, w, w);
|
||||||
g.drawText(name, FONT, FORE_COLOR, 0, w, w, h - w, false, Align.center, true);
|
g.drawText(name, FONT, getForeColor(), 0, w, w, h - w, false, Align.center, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user