Commit bb6a22ab authored by pichoro's avatar pichoro

Back to text rendered XYZ in Magic Mana fonts. Left rendered symbols for XYZ...

Back to text rendered XYZ in Magic Mana fonts.  Left rendered symbols for XYZ in case things don't work out.
parent 39687d8f
mse version: 0.3.7 mse version: 0.3.7
version: 2008-08-05 version: 2008-08-13
short name: beveled style (firepenguinmaster) short name: beveled style (firepenguinmaster)
installer group: magic/Mana symbols/beveled style (FirePenguinMaster) installer group: magic/Mana symbols/beveled style (FirePenguinMaster)
position hint: 101 position hint: 101
...@@ -250,14 +250,18 @@ symbol: ...@@ -250,14 +250,18 @@ symbol:
color: rgb(0,0,0) color: rgb(0,0,0)
max stretch: 0.5 max stretch: 0.5
symbol: symbol:
code: X image: mana_circle.png
image: mana_x.png code: [XYZ]
symbol: regex: yes
code: Y draw text: 0
image: mana_y.png text font:
symbol: name: MPlantin
code: Z size: 1
image: mana_z.png color: rgb(0,0,0)
text margin left: .32
text margin right: .26
text margin top: -.03
text margin bottom: .00
symbol: symbol:
code: I code: I
image: mana_infinite.png image: mana_infinite.png
......
mse version: 0.3.7 mse version: 0.3.7
version: 2008-08-05 version: 2008-08-13
# Symbol font in the 'futuristic' style, used for casting costs on futureshift cards # Symbol font in the 'futuristic' style, used for casting costs on futureshift cards
short name: Future Sight style short name: Future Sight style
installer group: magic/Mana symbols/Future Sight style installer group: magic/Mana symbols/Future Sight style
...@@ -184,6 +184,21 @@ symbol: ...@@ -184,6 +184,21 @@ symbol:
symbol: symbol:
code: I code: I
image: mana_infinite.png image: mana_infinite.png
symbol:
image: mana_circle_w.png
enabled: { colorless_color() == "w" }
code: [XYZ]
regex: yes
draw text: 0
text font:
name: MPlantin
weight: bold
size: 1
color: rgb(0,0,0)
text margin left: .3
text margin right: .3
text margin top: 0.1
text margin bottom: 0.1
symbol: symbol:
image: mana_circle_w.png image: mana_circle_w.png
enabled: { colorless_color() == "w" } enabled: { colorless_color() == "w" }
...@@ -200,6 +215,21 @@ symbol: ...@@ -200,6 +215,21 @@ symbol:
text margin right: .3 text margin right: .3
text margin top: 0.1 text margin top: 0.1
text margin bottom: 0.1 text margin bottom: 0.1
symbol:
image: mana_circle_u.png
enabled: { colorless_color() == "u" }
code: [XYZ]
regex: yes
draw text: 0
text font:
name: MPlantin
weight: bold
size: 1
color: rgb(0,0,0)
text margin left: .3
text margin right: .3
text margin top: 0.1
text margin bottom: 0.1
symbol: symbol:
image: mana_circle_u.png image: mana_circle_u.png
enabled: { colorless_color() == "u" } enabled: { colorless_color() == "u" }
...@@ -216,6 +246,21 @@ symbol: ...@@ -216,6 +246,21 @@ symbol:
text margin right: .3 text margin right: .3
text margin top: 0.1 text margin top: 0.1
text margin bottom: 0.1 text margin bottom: 0.1
symbol:
image: mana_circle_b.png
enabled: { colorless_color() == "b" }
code: [XYZ]
regex: yes
draw text: 0
text font:
name: MPlantin
weight: bold
size: 1
color: rgb(0,0,0)
text margin left: .3
text margin right: .3
text margin top: 0.1
text margin bottom: 0.1
symbol: symbol:
image: mana_circle_b.png image: mana_circle_b.png
enabled: { colorless_color() == "b" } enabled: { colorless_color() == "b" }
...@@ -232,6 +277,21 @@ symbol: ...@@ -232,6 +277,21 @@ symbol:
text margin right: .3 text margin right: .3
text margin top: 0.1 text margin top: 0.1
text margin bottom: 0.1 text margin bottom: 0.1
symbol:
image: mana_circle_r.png
enabled: { colorless_color() == "r" }
code: [XYZ]
regex: yes
draw text: 0
text font:
name: MPlantin
weight: bold
size: 1
color: rgb(0,0,0)
text margin left: .3
text margin right: .3
text margin top: 0.1
text margin bottom: 0.1
symbol: symbol:
image: mana_circle_r.png image: mana_circle_r.png
enabled: { colorless_color() == "r" } enabled: { colorless_color() == "r" }
...@@ -248,6 +308,21 @@ symbol: ...@@ -248,6 +308,21 @@ symbol:
text margin right: .3 text margin right: .3
text margin top: 0.1 text margin top: 0.1
text margin bottom: 0.1 text margin bottom: 0.1
symbol:
image: mana_circle_g.png
enabled: { colorless_color() == "g" }
code: [XYZ]
regex: yes
draw text: 0
text font:
name: MPlantin
weight: bold
size: 1
color: rgb(0,0,0)
text margin left: .3
text margin right: .3
text margin top: 0.1
text margin bottom: 0.1
symbol: symbol:
image: mana_circle_g.png image: mana_circle_g.png
enabled: { colorless_color() == "g" } enabled: { colorless_color() == "g" }
...@@ -264,6 +339,20 @@ symbol: ...@@ -264,6 +339,20 @@ symbol:
text margin right: .3 text margin right: .3
text margin top: 0.1 text margin top: 0.1
text margin bottom: 0.1 text margin bottom: 0.1
symbol:
image: mana_circle.png
code: [XYZ]
regex: yes
draw text: 0
text font:
name: MPlantin
weight: bold
size: 1
color: rgb(0,0,0)
text margin left: .3
text margin right: .3
text margin top: 0.1
text margin bottom: 0.1
symbol: symbol:
image: mana_circle.png image: mana_circle.png
code: [0-9]+(?!/[WUBRGSTQ2])|. code: [0-9]+(?!/[WUBRGSTQ2])|.
......
mse version: 0.3.7 mse version: 0.3.7
version: 2008-08-05 version: 2008-08-13
# Symbol font in the 'popup' style, used for casting costs on modern cards # Symbol font in the 'popup' style, used for casting costs on modern cards
short name: popup style short name: popup style
installer group: magic/Mana symbols/popup style installer group: magic/Mana symbols/popup style
...@@ -278,14 +278,18 @@ symbol: ...@@ -278,14 +278,18 @@ symbol:
max stretch: 0.5 max stretch: 0.5
image font size: 145 image font size: 145
symbol: symbol:
code: X image: mana_circle.png
image: mana_x.png code: [XYZ]
symbol: regex: yes
code: Y draw text: 0
image: mana_y.png text margin left: .23
symbol: text margin right: .21
code: Z text margin top: -.10
image: mana_z.png text margin bottom: -.06
text font:
name: MPlantin
size: 1
color: rgb(0,0,0)
symbol: symbol:
code: I code: I
image: mana_infinite.png image: mana_infinite.png
......
mse version: 0.3.7 mse version: 0.3.7
version: 2008-08-05 version: 2008-08-12
short name: normal (colorless) short name: normal (colorless)
position hint: 11 position hint: 11
installer group: magic/Mana symbols/colorless normal style installer group: magic/Mana symbols/colorless normal style
...@@ -285,14 +285,18 @@ symbol: ...@@ -285,14 +285,18 @@ symbol:
max stretch: 0.5 max stretch: 0.5
image font size: 145 image font size: 145
symbol: symbol:
code: X image: mana_circle.png
image: mana_x.png code: [XYZ]
symbol: regex: yes
code: Y draw text: 0
image: mana_y.png text margin left: .23
symbol: text margin right: .23
code: Z text margin top: -.11
image: mana_z.png text margin bottom: -.11
text font:
name: MPlantin
size: 1
color: rgb(0,0,0)
symbol: symbol:
code: I code: I
image: mana_infinite.png image: mana_infinite.png
......
mse version: 0.3.7 mse version: 0.3.7
version: 2008-08-05 version: 2008-08-12
short name: normal short name: normal
installer group: magic/Mana symbols/normal style installer group: magic/Mana symbols/normal style
position hint: 001 position hint: 001
...@@ -288,14 +288,18 @@ symbol: ...@@ -288,14 +288,18 @@ symbol:
max stretch: 0.5 max stretch: 0.5
image font size: 145 image font size: 145
symbol: symbol:
code: X image: mana_circle.png
image: mana_x.png code: [XYZ]
symbol: regex: yes
code: Y draw text: 0
image: mana_y.png text margin left: .23
symbol: text margin right: .23
code: Z text margin top: -.11
image: mana_z.png text margin bottom: -.11
text font:
name: MPlantin
size: 1
color: rgb(0,0,0)
symbol: symbol:
image: mana_circle.png image: mana_circle.png
code: [0-9]+(?!/[WUBRGSTQ2])|. code: [0-9]+(?!/[WUBRGSTQ2])|.
......
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