mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Added new kind of multicolor gradient to old styles. (a la artfreakwiu)
Added option to old style to use all common rarity symbols (like before Exodus). Cleaned up fix for horizontal hybrid textboxes and typelines. Automatic paintbrushes for magic-textless, magic-new-token, futureshifts, and all FPM styles. Removed paintbrush font and all associated scripts. Newly failed attempt at making different colored colorless symbols in magic-mana-future work. Non-mana costs work for Suspend and Forecast. Guild mana for magic-mana-future. Fixed problem relating to name alignment in magic-new-token. Updated image mask and artifact masks for magic-futureshift. Started alterations to font colors in magic-futureshift. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@611 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
@@ -37,7 +37,8 @@ init script:
|
||||
# Only white cards use a black font
|
||||
# TODO: also for some overlays involving white
|
||||
font_colors_white := { input != "w" }
|
||||
|
||||
|
||||
paintbrush_color := { if font_white() then "white" else "black" }
|
||||
|
||||
############################################################## Extra style options
|
||||
|
||||
@@ -288,19 +289,16 @@ card style:
|
||||
############################# Copyright stuff
|
||||
|
||||
illustrator:
|
||||
left: 200
|
||||
right: 350
|
||||
top : 293
|
||||
width: 150
|
||||
width: { max(20, card_style.illustrator.content_width) + 5 }
|
||||
height: 16
|
||||
z index: 1
|
||||
alignment: bottom right
|
||||
alignment: middle right
|
||||
font:
|
||||
name: MPlantin-Italic
|
||||
size: 8
|
||||
color: { font_color(card.card_color) }
|
||||
symbol font:
|
||||
name: magic-paintbrush
|
||||
size: 14
|
||||
|
||||
copyright line:
|
||||
left: 65
|
||||
@@ -321,6 +319,13 @@ extra card field:
|
||||
name: pt symbols
|
||||
script: "shieldsword"
|
||||
editable: false
|
||||
extra card field:
|
||||
type: choice
|
||||
name: paintbrush
|
||||
script: paintbrush_color(card.card_color)
|
||||
editable: false
|
||||
choice: black
|
||||
choice: white
|
||||
|
||||
extra card style:
|
||||
pt symbols:
|
||||
@@ -333,3 +338,13 @@ extra card style:
|
||||
render style: image
|
||||
choice images:
|
||||
shieldsword: ptshieldsword.png
|
||||
paintbrush:
|
||||
right: { 350 - card_style.illustrator.content_width }
|
||||
top : 294
|
||||
width: 40
|
||||
height: 15
|
||||
z index: 1
|
||||
render style: image
|
||||
choice images:
|
||||
black: paintbrush.png
|
||||
white: paintbrush_w.png
|
||||
|
||||
Reference in New Issue
Block a user