mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1209 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -36,7 +36,6 @@ init script:
|
|||||||
if styling.con_optional == "c-left" then "ccoccard2.png"
|
if styling.con_optional == "c-left" then "ccoccard2.png"
|
||||||
else "ccoccard.png"
|
else "ccoccard.png"
|
||||||
}
|
}
|
||||||
|
|
||||||
############################################################## Set info fields
|
############################################################## Set info fields
|
||||||
############################################################## Extra style
|
############################################################## Extra style
|
||||||
styling field:
|
styling field:
|
||||||
@@ -250,13 +249,12 @@ card style:
|
|||||||
############################# Affiliation
|
############################# Affiliation
|
||||||
team full:
|
team full:
|
||||||
left: { if card.card_type=="planet" then 20 else 19 }
|
left: { if card.card_type=="planet" then 20 else 19 }
|
||||||
top : { if card.card_type=="planet" then 441 else 329 }
|
top : { if card.card_type=="planet" then 441 else 327 }
|
||||||
height: 28
|
height: 28
|
||||||
width: 338
|
width: 338
|
||||||
font:
|
font:
|
||||||
name: Gill Sans MT Condensed
|
name: Gill Sans MT Condensed
|
||||||
size: 20
|
size: 12
|
||||||
scale down to: 5
|
|
||||||
color:
|
color:
|
||||||
script: if is_concealed() then rgb(23,4,6)
|
script: if is_concealed() then rgb(23,4,6)
|
||||||
else if is_equipment() then rgb(82,82,82)
|
else if is_equipment() then rgb(82,82,82)
|
||||||
@@ -471,18 +469,18 @@ extra card style:
|
|||||||
visible: { styling.foils }
|
visible: { styling.foils }
|
||||||
affiliation:
|
affiliation:
|
||||||
right: { 184 + card_style.team_full.content_width * -0.5 }
|
right: { 184 + card_style.team_full.content_width * -0.5 }
|
||||||
top : 330
|
top : 332
|
||||||
height: 17
|
height: 16
|
||||||
width: 28
|
width: 27
|
||||||
z index: 5
|
z index: 5
|
||||||
alignment: middle right
|
alignment: middle right
|
||||||
render style: image
|
render style: image
|
||||||
include file: /vs-common.mse-include/affiliations
|
include file: /vs-common.mse-include/affiliations
|
||||||
affiliation2:
|
affiliation2:
|
||||||
right: { card_style.team_full.content_width * 0.5 + 217 }
|
right: { card_style.team_full.content_width * 0.5 + 217 }
|
||||||
top : 330
|
top : 332
|
||||||
height: 17
|
height: 16
|
||||||
width: 28
|
width: 27
|
||||||
z index: 5
|
z index: 5
|
||||||
alignment: middle left
|
alignment: middle left
|
||||||
render style: image
|
render style: image
|
||||||
|
|||||||
Reference in New Issue
Block a user