Split 'sort' script function into 'sort_text' and 'sort_list', use "cycle(WUBRG)" instead of "(WUBRG)".

Fixed bug in spoiler export template: mana symbols were always rendered as images.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@588 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-08-01 18:40:46 +00:00
parent a112f885ca
commit 849f8935d9
3 changed files with 39 additions and 59 deletions
@@ -84,8 +84,10 @@ option style:
sans-serif: /magic-spoiler.mse-export-template/sans-serif.png
script:
symbol_font := "magic-mana-small"
symbol_font_size := 12
if options.mana_symbols then (
symbol_font := "magic-mana-small"
symbol_font_size := 12
)
write_card := {
if contains(options.images, match:"full card image") then
card_image_file := write_image_file(card, file:"card{position(of:card,in:set)}.jpg")