mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Size of rarity symbol on fpm templates
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@740 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -227,10 +227,10 @@ card style:
|
||||
color: rgb(0,0,0)
|
||||
separator color: rgb(128,128,128)
|
||||
rarity:
|
||||
left: 64
|
||||
left: 70
|
||||
top : 348
|
||||
width: 44
|
||||
height: 22
|
||||
width: 33
|
||||
height: 23
|
||||
z index: 1
|
||||
alignment: middle center
|
||||
render style: image
|
||||
|
||||
@@ -205,10 +205,10 @@ card style:
|
||||
separator color: rgb(128,128,128)
|
||||
|
||||
rarity:
|
||||
left: 64
|
||||
left: 70
|
||||
top : 302
|
||||
width: 44
|
||||
height: 22
|
||||
width: 33
|
||||
height: 23
|
||||
z index: 1
|
||||
alignment: middle center
|
||||
render style: image
|
||||
|
||||
@@ -272,9 +272,9 @@ card style:
|
||||
color: rgb(0,0,0)
|
||||
separator color: rgb(128,128,128)
|
||||
rarity:
|
||||
left: 48.45
|
||||
left: 53
|
||||
top : 214
|
||||
width: 34
|
||||
width: 25
|
||||
height: 17
|
||||
z index: 1
|
||||
alignment: middle center
|
||||
@@ -287,9 +287,9 @@ card style:
|
||||
rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
|
||||
special: script: symbol_variation(symbol: set.symbol, variation: "special")
|
||||
rarity 2:
|
||||
left: 301.54
|
||||
left: 306
|
||||
top : 214
|
||||
width: 34
|
||||
width: 25
|
||||
height: 17
|
||||
z index: 1
|
||||
alignment: middle center
|
||||
|
||||
@@ -204,11 +204,9 @@ card style:
|
||||
separator color: rgb(128,128,128)
|
||||
|
||||
rarity:
|
||||
left:
|
||||
{ if card.type != "" or card.illustrator != "" or card.copyright != "" then 64
|
||||
else 23 }
|
||||
top : 471
|
||||
width: 44
|
||||
left: { if to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" then 70 else 21 }
|
||||
top : { if to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" then 468 else 471 }
|
||||
width: 33
|
||||
height: 22
|
||||
z index: 3
|
||||
alignment: middle center
|
||||
@@ -385,7 +383,7 @@ extra card style:
|
||||
height: 41
|
||||
render style: image
|
||||
popup style: in place
|
||||
visible: { card.type != "" or card.illustrator != "" or card.copyright != "" }
|
||||
visible: { to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" }
|
||||
image: { card_typeline() }
|
||||
z index: 2
|
||||
paintbrush:
|
||||
|
||||
Reference in New Issue
Block a user