mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
MKM - Case stuff (#4566)
This commit is contained in:
@@ -308,9 +308,9 @@ public class FCardImageRenderer {
|
||||
int textY = typeY + typeBoxHeight;
|
||||
int ptY = textY + textBoxHeight;
|
||||
|
||||
// Adjust layout for Saga, Class and Dungeon cards
|
||||
// Adjust layout for Saga, Class, Case and Dungeon cards
|
||||
boolean isSaga = state.getType().hasSubtype("Saga");
|
||||
boolean isClass = state.getType().hasSubtype("Class");
|
||||
boolean isClass = state.getType().hasSubtype("Class") || state.getType().hasSubtype("Case");
|
||||
boolean isDungeon = state.getType().isDungeon();
|
||||
if (isSaga || isClass || isDungeon) {
|
||||
// Move type line to the bottom
|
||||
|
||||
Reference in New Issue
Block a user