More tweaking to cost param.
Added magic-mana-future for futureshifts. Added textless futureshift style. Still needs work; todo list in style file. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@591 0fc631ac-6414-0410-93d0-97cfa31319b6
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 61 KiB |
@@ -0,0 +1,94 @@
|
||||
mse version: 0.3.3
|
||||
# Symbol font in the 'popup' style, used for casting costs on modern cards
|
||||
|
||||
image font size: 135
|
||||
horizontal space: 2
|
||||
symbol:
|
||||
image:
|
||||
{ if card.card_color=="white" then "mana_circle_w.png"
|
||||
else if card.card_color=="blue" then "mana_circle_u.png"
|
||||
else if card.card_color=="black" then "mana_circle_b.png"
|
||||
else if card.card_color=="red" then "mana_circle_r.png"
|
||||
else if card.card_color=="green" then "mana_circle_g.png"
|
||||
else "mana_circle.png" }
|
||||
symbol:
|
||||
code: T
|
||||
image: mana_t.png
|
||||
symbol:
|
||||
code: W/U
|
||||
image: mana_wu.png
|
||||
symbol:
|
||||
code: U/B
|
||||
image: mana_ub.png
|
||||
symbol:
|
||||
code: B/R
|
||||
image: mana_br.png
|
||||
symbol:
|
||||
code: R/G
|
||||
image: mana_rg.png
|
||||
symbol:
|
||||
code: G/W
|
||||
image: mana_gw.png
|
||||
symbol:
|
||||
code: W/B
|
||||
image: mana_wb.png
|
||||
symbol:
|
||||
code: U/R
|
||||
image: mana_ur.png
|
||||
symbol:
|
||||
code: B/G
|
||||
image: mana_bg.png
|
||||
symbol:
|
||||
code: R/W
|
||||
image: mana_rw.png
|
||||
symbol:
|
||||
code: G/U
|
||||
image: mana_gu.png
|
||||
symbol:
|
||||
code: 1/2
|
||||
image: mana_1_half.png
|
||||
symbol:
|
||||
code: |W
|
||||
image: mana_w_half.png
|
||||
symbol:
|
||||
code: |U
|
||||
image: mana_u_half.png
|
||||
symbol:
|
||||
code: |B
|
||||
image: mana_b_half.png
|
||||
symbol:
|
||||
code: |R
|
||||
image: mana_r_half.png
|
||||
symbol:
|
||||
code: |G
|
||||
image: mana_g_half.png
|
||||
symbol:
|
||||
code: |S
|
||||
image: mana_s_half.png
|
||||
symbol:
|
||||
code: W
|
||||
image: mana_w.png
|
||||
symbol:
|
||||
code: U
|
||||
image: mana_u.png
|
||||
symbol:
|
||||
code: B
|
||||
image: mana_b.png
|
||||
symbol:
|
||||
code: R
|
||||
image: mana_r.png
|
||||
symbol:
|
||||
code: G
|
||||
image: mana_g.png
|
||||
symbol:
|
||||
code: S
|
||||
image: mana_s.png
|
||||
merge numbers: true
|
||||
text font:
|
||||
name: MPlantin
|
||||
size: 15
|
||||
color: rgb(0,0,0)
|
||||
text margin left: 3
|
||||
text margin right: 2
|
||||
text margin top: -1
|
||||
text margin bottom: -1
|
||||