mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Fixed bug in fields in style file;
No longer doing GetTextExtent("\n");
Moved pt boxes to style files;
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@390 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -357,26 +357,6 @@ card style:
|
||||
color: rgb(0,0,0)
|
||||
separator color: rgb(200,0,0)
|
||||
|
||||
pt box:
|
||||
left: 194
|
||||
top: 326
|
||||
width: 56
|
||||
height: 29
|
||||
z index: 1
|
||||
visible: { card.pt != "" }
|
||||
render style: image
|
||||
include file: magic-blends.mse-include/card-ptboxes
|
||||
|
||||
pt box 2:
|
||||
left: 445
|
||||
top: 326
|
||||
width: 56
|
||||
height: 29
|
||||
z index: 1
|
||||
visible: { card.pt_2 != "" }
|
||||
render style: image
|
||||
include file: magic-blends.mse-include/card-ptboxes
|
||||
|
||||
############################# Card sorting / numbering
|
||||
############################# Copyright stuff
|
||||
|
||||
@@ -423,3 +403,36 @@ card style:
|
||||
name: MPlantin
|
||||
size: 6
|
||||
color: { font_color_2() }
|
||||
|
||||
############################################################## Extra card fields
|
||||
|
||||
extra card field:
|
||||
type: choice
|
||||
name: pt box
|
||||
script: card.card_color
|
||||
|
||||
extra card field:
|
||||
type: choice
|
||||
name: pt box 2
|
||||
script: card.card_color_2
|
||||
|
||||
extra card style:
|
||||
pt box:
|
||||
left: 194
|
||||
top: 326
|
||||
width: 56
|
||||
height: 29
|
||||
z index: 1
|
||||
visible: { card.pt != "" }
|
||||
render style: image
|
||||
include file: magic-blends.mse-include/card-ptboxes
|
||||
|
||||
pt box 2:
|
||||
left: 445
|
||||
top: 326
|
||||
width: 56
|
||||
height: 29
|
||||
z index: 1
|
||||
visible: { card.pt_2 != "" }
|
||||
render style: image
|
||||
include file: magic-blends.mse-include/card-ptboxes
|
||||
|
||||
Reference in New Issue
Block a user