mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Fixed error in planeswalker template and added style panel icons
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1084 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -60,8 +60,8 @@ init script:
|
|||||||
# Use guild mana symbols?
|
# Use guild mana symbols?
|
||||||
guild_mana := { styling.use_guild_mana_symbols }
|
guild_mana := { styling.use_guild_mana_symbols }
|
||||||
|
|
||||||
paintbrush_color:= {
|
paintbrush_color := {
|
||||||
if card.border_color < 96 then "white" else "black"
|
if to_int(card.border_color) < 96 then "white" else "black"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Loyalty cost arrows
|
# Loyalty cost arrows
|
||||||
@@ -112,7 +112,7 @@ styling field:
|
|||||||
choice: always
|
choice: always
|
||||||
choice: short text only
|
choice: short text only
|
||||||
choice: never
|
choice: never
|
||||||
initial: no
|
initial: never
|
||||||
styling field:
|
styling field:
|
||||||
type: boolean
|
type: boolean
|
||||||
name: inverted common symbol
|
name: inverted common symbol
|
||||||
@@ -130,6 +130,16 @@ styling style:
|
|||||||
modern: /magic-mana-large.mse-symbol-font/mana_t.png
|
modern: /magic-mana-large.mse-symbol-font/mana_t.png
|
||||||
old: /magic-mana-large.mse-symbol-font/mana_t_old.png
|
old: /magic-mana-large.mse-symbol-font/mana_t_old.png
|
||||||
diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png
|
diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png
|
||||||
|
center text:
|
||||||
|
render style: both
|
||||||
|
choice images:
|
||||||
|
always: /magic.mse-game/icons/center-all-text.png
|
||||||
|
short text only: /magic.mse-game/icons/center-short-text.png
|
||||||
|
never: /magic.mse-game/icons/center-no-text.png
|
||||||
|
inverted common symbol:
|
||||||
|
choice images:
|
||||||
|
no: { symbol_variation(symbol: set.symbol, variation: "common") }
|
||||||
|
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
|
||||||
|
|
||||||
############################################################## Card fields
|
############################################################## Card fields
|
||||||
card style:
|
card style:
|
||||||
|
|||||||
@@ -103,6 +103,11 @@ styling field:
|
|||||||
choice: modern
|
choice: modern
|
||||||
choice: old
|
choice: old
|
||||||
choice: diagonal T
|
choice: diagonal T
|
||||||
|
styling field:
|
||||||
|
type: package choice
|
||||||
|
name: text box mana symbols
|
||||||
|
match: magic-mana-*.mse-symbol-font
|
||||||
|
initial: magic-mana-small.mse-symbol-font
|
||||||
styling field:
|
styling field:
|
||||||
type: choice
|
type: choice
|
||||||
name: center text
|
name: center text
|
||||||
@@ -123,11 +128,6 @@ styling field:
|
|||||||
initial: standard
|
initial: standard
|
||||||
choice: standard
|
choice: standard
|
||||||
choice: extended
|
choice: extended
|
||||||
styling field:
|
|
||||||
type: package choice
|
|
||||||
name: text box mana symbols
|
|
||||||
match: magic-mana-*.mse-symbol-font
|
|
||||||
initial: magic-mana-small.mse-symbol-font
|
|
||||||
styling style:
|
styling style:
|
||||||
artifact style:
|
artifact style:
|
||||||
render style: both
|
render style: both
|
||||||
|
|||||||
Reference in New Issue
Block a user