mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
GUI: improved rendering of Saga and Case cards (#11762)
Co-authored-by: Matthew Wilson <matthew_w@vaadin.com>
This commit is contained in:
parent
c4e0d64428
commit
e1968a6b5f
3 changed files with 41 additions and 2 deletions
|
|
@ -11,7 +11,9 @@ public enum ArtRect {
|
|||
AFTERMATH_BOTTOM(new Rectangle2D.Double(0.546, 0.562, 0.272, 0.346)),
|
||||
SPLIT_LEFT(new Rectangle2D.Double(0.152, 0.539, 0.386, 0.400)),
|
||||
SPLIT_RIGHT(new Rectangle2D.Double(0.152, 0.058, 0.386, 0.400)),
|
||||
SPLIT_FUSED(null);
|
||||
SPLIT_FUSED(null),
|
||||
SAGA(new Rectangle2D.Double(0.497, 0.11, 0.426, 0.727)),
|
||||
CASE(new Rectangle2D.Double(0.069, 0.11, 0.426, 0.727));
|
||||
|
||||
public final Rectangle2D rect;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue