@@ -970,6 +970,7 @@ styling field:
|
||||
choice: center back
|
||||
choice: center first name
|
||||
choice: center second name
|
||||
choice: right align
|
||||
choice: clear front
|
||||
choice: clear back
|
||||
choice: nyx front
|
||||
@@ -1369,7 +1370,7 @@ card style:
|
||||
name: { styling.text_box_mana_symbols }
|
||||
size: { if styling.front_font_cap != "" then styling.front_font_cap else (if is_mutate() then 12 else 14) }
|
||||
alignment:
|
||||
script: if chosen(styling.other_options, choice:"center front") then "middle center" else "middle left"
|
||||
script: if chosen(styling.other_options, choice:"center front") then "middle center" else if chosen(styling.other_options, choice:"right align") then "middle right" else "middle left"
|
||||
z index: 5
|
||||
padding left: 6
|
||||
padding right: 4
|
||||
@@ -1392,7 +1393,7 @@ card style:
|
||||
name: { styling.text_box_mana_symbols }
|
||||
size: { if styling.back_font_cap != "" then styling.back_font_cap else (if back_mutate() then 12 else 14) }
|
||||
alignment:
|
||||
script: if chosen(styling.other_options, choice:"center back") then "middle center" else "middle left"
|
||||
script: if chosen(styling.other_options, choice:"center back") then "middle center" else if chosen(styling.other_options, choice:"right align") then "middle right" else "middle left"
|
||||
z index: 5
|
||||
padding left: 6
|
||||
padding right: 4
|
||||
|
||||
Reference in New Issue
Block a user