mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57: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
|
||||
horizontal space: 1.2
|
||||
symbol:
|
||||
code: AE
|
||||
image: ae.png
|
||||
symbol:
|
||||
code: aE
|
||||
image: ae.png
|
||||
symbol:
|
||||
code: Ae
|
||||
code: Æ
|
||||
image: ae.png
|
||||
symbol:
|
||||
code: &
|
||||
@@ -184,9 +178,9 @@ symbol:
|
||||
image: space.png
|
||||
text font:
|
||||
name: MPlantin
|
||||
size: 19
|
||||
size: 1
|
||||
color: rgb(225,198,77)
|
||||
text margin top: -1
|
||||
text margin bottom: 3
|
||||
text margin left: -2
|
||||
text margin right: -2
|
||||
text margin left: .26
|
||||
text margin right: .2
|
||||
text margin top: -.12
|
||||
text margin bottom: -.12
|
||||
|
||||
@@ -269,7 +269,7 @@ card style:
|
||||
illustrator:
|
||||
right: { if card.pt != "" then 281 else 341 }
|
||||
top : 478
|
||||
width: { max(150, card_style.illustrator.content_width) + 5 }
|
||||
left: 30
|
||||
height: 16
|
||||
z index: 2
|
||||
alignment: middle right
|
||||
@@ -285,9 +285,9 @@ card style:
|
||||
else rgb(255,255,255)
|
||||
|
||||
copyright line:
|
||||
left: 22
|
||||
left: 30
|
||||
top : 491
|
||||
width: { if card.pt != "" then 260 else 320 }
|
||||
right: { if card.pt != "" then 281 else 341 }
|
||||
height: 12
|
||||
z index: 2
|
||||
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)
|
||||
separator color: rgb(128,128,128)
|
||||
rarity:
|
||||
right: 353
|
||||
right: 351
|
||||
top : 304
|
||||
width: 19
|
||||
height: 19
|
||||
@@ -357,7 +357,7 @@ card style:
|
||||
illustrator:
|
||||
right: { if card.pt != "" then 275 else 338 }
|
||||
top : 475
|
||||
width: { max(150, card_style.illustrator.content_width) + 5 }
|
||||
left: 30
|
||||
height: 16
|
||||
z index: 2
|
||||
alignment: middle right
|
||||
@@ -373,9 +373,9 @@ card style:
|
||||
else rgb(255,255,255)
|
||||
|
||||
copyright line:
|
||||
left: 20
|
||||
left: 30
|
||||
top : 488
|
||||
width: { if card.pt != "" then 254 else 317 }
|
||||
right: { if card.pt != "" then 275 else 338 }
|
||||
height: 12
|
||||
z index: 2
|
||||
alignment: bottom right
|
||||
|
||||
@@ -973,7 +973,6 @@ card field:
|
||||
type: text
|
||||
name: rule text 2
|
||||
script: text_filter(input: value, card_name: card.name_2)
|
||||
editable: false
|
||||
show statistics: false
|
||||
card field:
|
||||
type: text
|
||||
|
||||
Reference in New Issue
Block a user