Commit eddc5e06 authored by artfreakwiu's avatar artfreakwiu

Added option for mana-large in text box.

parent bc28d0a9
...@@ -153,10 +153,13 @@ styling field: ...@@ -153,10 +153,13 @@ styling field:
choice: old choice: old
choice: diagonal T choice: diagonal T
styling field: styling field:
type: boolean type: choice
name: futuristic mana symbols name: mana symbols
description: Use the symbols of the casting cost line inside the text box as well choice: future
initial: no choice: shadowed
choice: normal
description: What style of mana symbols should be used?
initial: normal
styling field: styling field:
type: choice type: choice
name: center text name: center text
...@@ -176,10 +179,12 @@ styling style: ...@@ -176,10 +179,12 @@ styling style:
choice images: choice images:
yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png
no: /magic-mana-small.mse-symbol-font/mana_rg.png no: /magic-mana-small.mse-symbol-font/mana_rg.png
futuristic mana symbols: mana symbols:
render style: both
choice images: choice images:
yes: /magic-mana-future.mse-symbol-font/mana_w.png future: /magic-mana-future.mse-symbol-font/mana_w.png
no: /magic-mana-small.mse-symbol-font/mana_w.png shadowed: /magic-mana-large.mse-symbol-font/mana_w.png
normal: /magic-mana-small.mse-symbol-font/mana_w.png
tap symbol: tap symbol:
render style: both render style: both
choice images: choice images:
...@@ -360,8 +365,8 @@ card style: ...@@ -360,8 +365,8 @@ card style:
else font_color(card.card_color) else font_color(card.card_color)
symbol font: symbol font:
name: name:
{ if styling.futuristic_mana_symbols then "magic-mana-future" { if styling.mana_symbols=="future" then "magic-mana-future" else
else "magic-mana-small" } if styling.mana_symbols=="shadowed" then "magic-mana-large" else "magic-mana-small" }
size: 15 size: 15
alignment: alignment:
script: script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment