mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -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:
@@ -245,16 +245,6 @@ card style:
|
||||
shadow displacement y: 1
|
||||
separator color: rgb(200,0,0)
|
||||
|
||||
pt box:
|
||||
left: 271
|
||||
top: 461
|
||||
width: 81
|
||||
height: 42
|
||||
z index: 1
|
||||
visible: { card.pt != "" }
|
||||
render style: image
|
||||
include file: magic-blends.mse-include/card-ptboxes
|
||||
|
||||
############################# Card sorting / numbering
|
||||
############################# Copyright stuff
|
||||
|
||||
@@ -280,3 +270,21 @@ card style:
|
||||
name: MPlantin
|
||||
size: 6.5
|
||||
color: { font_color() }
|
||||
|
||||
############################################################## Extra card fields
|
||||
|
||||
extra card field:
|
||||
type: choice
|
||||
name: pt box
|
||||
script: card.card_color
|
||||
|
||||
extra card style:
|
||||
pt box:
|
||||
left: 271
|
||||
top: 461
|
||||
width: 81
|
||||
height: 42
|
||||
z index: 1
|
||||
visible: { card.pt != "" }
|
||||
render style: image
|
||||
include file: magic-blends.mse-include/card-ptboxes
|
||||
|
||||
Reference in New Issue
Block a user