From 3ddab3d1374763f2b6616cdb1ce498340ad52fbc Mon Sep 17 00:00:00 2001 From: pichoro Date: Fri, 2 Jan 2009 20:17:57 +0000 Subject: [PATCH] Back to text rendered XYZ in Magic Mana fonts. Left rendered symbols for XYZ in case things don't work out. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1281 0fc631ac-6414-0410-93d0-97cfa31319b6 --- .../symbol-font | 22 +++-- .../symbol-font | 91 ++++++++++++++++++- .../symbol-font | 22 +++-- .../symbol-font | 22 +++-- .../symbol-font | 22 +++-- 5 files changed, 142 insertions(+), 37 deletions(-) diff --git a/data/magic-mana-beveled.mse-symbol-font/symbol-font b/data/magic-mana-beveled.mse-symbol-font/symbol-font index bdbdf45c..70f6674e 100644 --- a/data/magic-mana-beveled.mse-symbol-font/symbol-font +++ b/data/magic-mana-beveled.mse-symbol-font/symbol-font @@ -1,5 +1,5 @@ mse version: 0.3.7 -version: 2008-08-05 +version: 2008-08-13 short name: beveled style (firepenguinmaster) installer group: magic/Mana symbols/beveled style (FirePenguinMaster) position hint: 101 @@ -250,14 +250,18 @@ symbol: color: rgb(0,0,0) max stretch: 0.5 symbol: - code: X - image: mana_x.png -symbol: - code: Y - image: mana_y.png -symbol: - code: Z - image: mana_z.png + image: mana_circle.png + code: [XYZ] + regex: yes + draw text: 0 + text font: + name: MPlantin + size: 1 + color: rgb(0,0,0) + text margin left: .32 + text margin right: .26 + text margin top: -.03 + text margin bottom: .00 symbol: code: I image: mana_infinite.png diff --git a/data/magic-mana-future.mse-symbol-font/symbol-font b/data/magic-mana-future.mse-symbol-font/symbol-font index 7f4bb623..c5ba51b0 100644 --- a/data/magic-mana-future.mse-symbol-font/symbol-font +++ b/data/magic-mana-future.mse-symbol-font/symbol-font @@ -1,5 +1,5 @@ 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 short name: Future Sight style installer group: magic/Mana symbols/Future Sight style @@ -184,6 +184,21 @@ symbol: symbol: code: I 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: image: mana_circle_w.png enabled: { colorless_color() == "w" } @@ -200,6 +215,21 @@ symbol: text margin right: .3 text margin top: 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: image: mana_circle_u.png enabled: { colorless_color() == "u" } @@ -216,6 +246,21 @@ symbol: text margin right: .3 text margin top: 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: image: mana_circle_b.png enabled: { colorless_color() == "b" } @@ -232,6 +277,21 @@ symbol: text margin right: .3 text margin top: 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: image: mana_circle_r.png enabled: { colorless_color() == "r" } @@ -248,6 +308,21 @@ symbol: text margin right: .3 text margin top: 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: image: mana_circle_g.png enabled: { colorless_color() == "g" } @@ -264,6 +339,20 @@ symbol: text margin right: .3 text margin top: 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: image: mana_circle.png code: [0-9]+(?!/[WUBRGSTQ2])|. diff --git a/data/magic-mana-large.mse-symbol-font/symbol-font b/data/magic-mana-large.mse-symbol-font/symbol-font index f631b8d1..8ad8245e 100644 --- a/data/magic-mana-large.mse-symbol-font/symbol-font +++ b/data/magic-mana-large.mse-symbol-font/symbol-font @@ -1,5 +1,5 @@ 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 short name: popup style installer group: magic/Mana symbols/popup style @@ -278,14 +278,18 @@ symbol: max stretch: 0.5 image font size: 145 symbol: - code: X - image: mana_x.png -symbol: - code: Y - image: mana_y.png -symbol: - code: Z - image: mana_z.png + image: mana_circle.png + code: [XYZ] + regex: yes + draw text: 0 + text margin left: .23 + text margin right: .21 + text margin top: -.10 + text margin bottom: -.06 + text font: + name: MPlantin + size: 1 + color: rgb(0,0,0) symbol: code: I image: mana_infinite.png diff --git a/data/magic-mana-small-grey.mse-symbol-font/symbol-font b/data/magic-mana-small-grey.mse-symbol-font/symbol-font index 596750af..9f60eaa6 100644 --- a/data/magic-mana-small-grey.mse-symbol-font/symbol-font +++ b/data/magic-mana-small-grey.mse-symbol-font/symbol-font @@ -1,5 +1,5 @@ mse version: 0.3.7 -version: 2008-08-05 +version: 2008-08-12 short name: normal (colorless) position hint: 11 installer group: magic/Mana symbols/colorless normal style @@ -285,14 +285,18 @@ symbol: max stretch: 0.5 image font size: 145 symbol: - code: X - image: mana_x.png -symbol: - code: Y - image: mana_y.png -symbol: - code: Z - image: mana_z.png + image: mana_circle.png + code: [XYZ] + regex: yes + draw text: 0 + text margin left: .23 + text margin right: .23 + text margin top: -.11 + text margin bottom: -.11 + text font: + name: MPlantin + size: 1 + color: rgb(0,0,0) symbol: code: I image: mana_infinite.png diff --git a/data/magic-mana-small.mse-symbol-font/symbol-font b/data/magic-mana-small.mse-symbol-font/symbol-font index c3c7f7e0..f2abaffc 100644 --- a/data/magic-mana-small.mse-symbol-font/symbol-font +++ b/data/magic-mana-small.mse-symbol-font/symbol-font @@ -1,5 +1,5 @@ mse version: 0.3.7 -version: 2008-08-05 +version: 2008-08-12 short name: normal installer group: magic/Mana symbols/normal style position hint: 001 @@ -288,14 +288,18 @@ symbol: max stretch: 0.5 image font size: 145 symbol: - code: X - image: mana_x.png -symbol: - code: Y - image: mana_y.png -symbol: - code: Z - image: mana_z.png + image: mana_circle.png + code: [XYZ] + regex: yes + draw text: 0 + text margin left: .23 + text margin right: .23 + text margin top: -.11 + text margin bottom: -.11 + text font: + name: MPlantin + size: 1 + color: rgb(0,0,0) symbol: image: mana_circle.png code: [0-9]+(?!/[WUBRGSTQ2])|.