mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Updated all magic and vanguard styles to use new styling choice for choosing text box mana font.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@803 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
mse version: 0.3.5
|
||||
mse version: 0.3.6
|
||||
game: magic
|
||||
full name: Magic Old Split Cards
|
||||
short name: Old Splits
|
||||
icon: card-sample.png
|
||||
position hint: 103
|
||||
|
||||
version: 2007-12-29
|
||||
version: 2007-12-30
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2007-09-23
|
||||
version: 2007-12-29
|
||||
depends on:
|
||||
package: magic-watermarks.mse-include
|
||||
version: 2007-12-29
|
||||
@@ -19,6 +19,7 @@ depends on:
|
||||
package: magic-mana-small.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
|
||||
card background: white
|
||||
card width: 523
|
||||
card height: 375
|
||||
card dpi: 150
|
||||
@@ -117,10 +118,10 @@ styling field:
|
||||
description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana.
|
||||
initial: no
|
||||
styling field:
|
||||
type: boolean
|
||||
name: popup mana symbols
|
||||
description: Use the symbols of the casting cost line inside the text box as well
|
||||
initial: no
|
||||
type: package choice
|
||||
name: text box mana symbols
|
||||
match: magic-mana-*.mse-symbol-font
|
||||
initial: magic-mana-small.mse-symbol-font
|
||||
styling field:
|
||||
type: choice
|
||||
name: type of gradient multicolor
|
||||
@@ -155,10 +156,6 @@ styling style:
|
||||
choice images:
|
||||
yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png
|
||||
no: /magic-mana-small.mse-symbol-font/mana_rg.png
|
||||
popup mana symbols:
|
||||
choice images:
|
||||
yes: /magic-mana-large.mse-symbol-font/mana_w.png
|
||||
no: /magic-mana-small.mse-symbol-font/mana_w.png
|
||||
tap symbol:
|
||||
render style: both
|
||||
choice images:
|
||||
@@ -372,11 +369,7 @@ card style:
|
||||
scale down to: 6
|
||||
color: rgb(0,0,0)
|
||||
symbol font:
|
||||
name:
|
||||
script:
|
||||
if styling.popup_mana_symbols
|
||||
then "magic-mana-large"
|
||||
else "magic-mana-small"
|
||||
name: { styling.text_box_mana_symbols }
|
||||
size: 14
|
||||
alignment:
|
||||
script:
|
||||
@@ -408,11 +401,7 @@ card style:
|
||||
scale down to: 6
|
||||
color: rgb(0,0,0)
|
||||
symbol font:
|
||||
name:
|
||||
script:
|
||||
if styling.popup_mana_symbols
|
||||
then "magic-mana-large"
|
||||
else "magic-mana-small"
|
||||
name: { styling.text_box_mana_symbols }
|
||||
size: 14
|
||||
alignment:
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user