mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Improved image mask for magic-futureshift.
Changed embossedletter font to fix AE error. Adjusted artist and copyright lines for futureshifts. Making some minor preparations for creation of Planeswalker template. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@652 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -3,13 +3,7 @@
|
|||||||
image font size: 46
|
image font size: 46
|
||||||
horizontal space: 1.2
|
horizontal space: 1.2
|
||||||
symbol:
|
symbol:
|
||||||
code: AE
|
code: Æ
|
||||||
image: ae.png
|
|
||||||
symbol:
|
|
||||||
code: aE
|
|
||||||
image: ae.png
|
|
||||||
symbol:
|
|
||||||
code: Ae
|
|
||||||
image: ae.png
|
image: ae.png
|
||||||
symbol:
|
symbol:
|
||||||
code: &
|
code: &
|
||||||
@@ -184,9 +178,9 @@ symbol:
|
|||||||
image: space.png
|
image: space.png
|
||||||
text font:
|
text font:
|
||||||
name: MPlantin
|
name: MPlantin
|
||||||
size: 19
|
size: 1
|
||||||
color: rgb(225,198,77)
|
color: rgb(225,198,77)
|
||||||
text margin top: -1
|
text margin left: .26
|
||||||
text margin bottom: 3
|
text margin right: .2
|
||||||
text margin left: -2
|
text margin top: -.12
|
||||||
text margin right: -2
|
text margin bottom: -.12
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ card style:
|
|||||||
illustrator:
|
illustrator:
|
||||||
right: { if card.pt != "" then 281 else 341 }
|
right: { if card.pt != "" then 281 else 341 }
|
||||||
top : 478
|
top : 478
|
||||||
width: { max(150, card_style.illustrator.content_width) + 5 }
|
left: 30
|
||||||
height: 16
|
height: 16
|
||||||
z index: 2
|
z index: 2
|
||||||
alignment: middle right
|
alignment: middle right
|
||||||
@@ -285,9 +285,9 @@ card style:
|
|||||||
else rgb(255,255,255)
|
else rgb(255,255,255)
|
||||||
|
|
||||||
copyright line:
|
copyright line:
|
||||||
left: 22
|
left: 30
|
||||||
top : 491
|
top : 491
|
||||||
width: { if card.pt != "" then 260 else 320 }
|
right: { if card.pt != "" then 281 else 341 }
|
||||||
height: 12
|
height: 12
|
||||||
z index: 2
|
z index: 2
|
||||||
alignment: bottom right
|
alignment: bottom right
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 4.7 KiB |
@@ -265,7 +265,7 @@ card style:
|
|||||||
) else font_color(card.card_color)
|
) else font_color(card.card_color)
|
||||||
separator color: rgb(128,128,128)
|
separator color: rgb(128,128,128)
|
||||||
rarity:
|
rarity:
|
||||||
right: 353
|
right: 351
|
||||||
top : 304
|
top : 304
|
||||||
width: 19
|
width: 19
|
||||||
height: 19
|
height: 19
|
||||||
@@ -357,7 +357,7 @@ card style:
|
|||||||
illustrator:
|
illustrator:
|
||||||
right: { if card.pt != "" then 275 else 338 }
|
right: { if card.pt != "" then 275 else 338 }
|
||||||
top : 475
|
top : 475
|
||||||
width: { max(150, card_style.illustrator.content_width) + 5 }
|
left: 30
|
||||||
height: 16
|
height: 16
|
||||||
z index: 2
|
z index: 2
|
||||||
alignment: middle right
|
alignment: middle right
|
||||||
@@ -373,9 +373,9 @@ card style:
|
|||||||
else rgb(255,255,255)
|
else rgb(255,255,255)
|
||||||
|
|
||||||
copyright line:
|
copyright line:
|
||||||
left: 20
|
left: 30
|
||||||
top : 488
|
top : 488
|
||||||
width: { if card.pt != "" then 254 else 317 }
|
right: { if card.pt != "" then 275 else 338 }
|
||||||
height: 12
|
height: 12
|
||||||
z index: 2
|
z index: 2
|
||||||
alignment: bottom right
|
alignment: bottom right
|
||||||
|
|||||||
@@ -973,7 +973,6 @@ card field:
|
|||||||
type: text
|
type: text
|
||||||
name: rule text 2
|
name: rule text 2
|
||||||
script: text_filter(input: value, card_name: card.name_2)
|
script: text_filter(input: value, card_name: card.name_2)
|
||||||
editable: false
|
|
||||||
show statistics: false
|
show statistics: false
|
||||||
card field:
|
card field:
|
||||||
type: text
|
type: text
|
||||||
|
|||||||
Reference in New Issue
Block a user