mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Fixed: HTML export gives "Variable not set: Symbol Font" error.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@867 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -3,9 +3,11 @@ mse version: 0.3.5
|
|||||||
game: magic
|
game: magic
|
||||||
short name: Spoiler
|
short name: Spoiler
|
||||||
full name: List of cards
|
full name: List of cards
|
||||||
|
installer group: magic/Export/Spoiler (list of cards)
|
||||||
icon: preview.png
|
icon: preview.png
|
||||||
create directory: true
|
create directory: true
|
||||||
version: 2007-09-23
|
version: 2007-09-23
|
||||||
|
depends on: magic.mse-game 2008-05-18
|
||||||
|
|
||||||
option field:
|
option field:
|
||||||
type: choice
|
type: choice
|
||||||
@@ -88,6 +90,8 @@ script:
|
|||||||
if options.mana_symbols then (
|
if options.mana_symbols then (
|
||||||
symbol_font := "magic-mana-small"
|
symbol_font := "magic-mana-small"
|
||||||
symbol_font_size := 12
|
symbol_font_size := 12
|
||||||
|
) else (
|
||||||
|
symbols_to_html := to_html
|
||||||
)
|
)
|
||||||
write_card := {
|
write_card := {
|
||||||
if contains(options.images, match:"full card image") then
|
if contains(options.images, match:"full card image") then
|
||||||
|
|||||||
Reference in New Issue
Block a user