Fix #107
This commit is contained in:
@@ -268,7 +268,7 @@ init script:
|
||||
v_mana_name := {if not use_v_mana() then "" else replace(set.custom_mana_symbol_name, match:"(.+/|\\.png)", replace:"")}
|
||||
v_mana_loc := {if not use_v_mana() then "" else replace(set.custom_mana_symbol_name, match:"{v_mana_name()}\\.png", replace:"")}
|
||||
white_text := {false}
|
||||
|
||||
symbol_font_small_color := { "black" }
|
||||
############################################################## Set fields
|
||||
set field:
|
||||
type: info
|
||||
@@ -450,6 +450,16 @@ card field:
|
||||
card list column: 2
|
||||
card list width: 150
|
||||
description: The name of the card
|
||||
#### compatibility with mana fonts
|
||||
card field:
|
||||
type: choice
|
||||
name: card symbol
|
||||
description: The symbol of the card.
|
||||
show statistics: false
|
||||
card list name: Symbol
|
||||
card list column: 0920
|
||||
card list width: 100
|
||||
choice: none
|
||||
############################# Image
|
||||
card field:
|
||||
type: image
|
||||
|
||||
Reference in New Issue
Block a user