Updated images adding borders and reworking script to fit.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@705 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
artfreakwiu
2007-09-15 12:23:51 +00:00
parent bd733776b2
commit 020b1feb55
11 changed files with 47 additions and 47 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1018 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 114 KiB

+47 -47
View File
@@ -11,8 +11,8 @@ full name: Old style
icon: card-sample.png icon: card-sample.png
position hint: 107 position hint: 107
card width: 312 card width: 375
card height: 444 card height: 523
card dpi: 127.34225621414913957934990439771 card dpi: 127.34225621414913957934990439771
############################################################## Extra scripts ############################################################## Extra scripts
@@ -153,19 +153,19 @@ card style:
border color: border color:
left: 0 left: 0
top : 0 top : 0
width: 312 width: 375
height: 444 height: 523
radius: 0 radius: 18
left width: 12 left width: 17
right width: 12 right width: 17
top width: 12 top width: 17
bottom width: 12 bottom width: 18
z index: -1 z index: -1
card color: card color:
left: 0 left: 0
top: 0 top: 0
width: 312 width: 375
height: 444 height: 523
z index: -2 z index: -2
render style: image render style: image
popup style: in place popup style: in place
@@ -173,16 +173,16 @@ card style:
############################# Name line ############################# Name line
name: name:
left: 29 left: 40
top : 16 top : 23
width: 250 width: 295
height: 22 height: 25
alignment: middle center alignment: middle center
padding bottom: 0 padding bottom: 0
z index: 1 z index: 1
font: font:
name: MPlantin name: MPlantin
size: 14 size: 17
color: rgb(255,255,255) color: rgb(255,255,255)
shadow color: rgb(0,0,0) shadow color: rgb(0,0,0)
shadow displacement x: 1 shadow displacement x: 1
@@ -190,24 +190,24 @@ card style:
############################# Image ############################# Image
image: image:
left: 33 left: 44
top: 46 top: 58
width: 244 width: 286
height: 232 height: 270
z index: 1 z index: 1
############################# Card type ############################# Card type
type: type:
left: 47 left: 58
top : 296 top : 348
width: { 221 - max(22,card_style.rarity.content_width) } width: { 271 - max(22,card_style.rarity.content_width) }
height: 18 height: 18
alignment: top left shrink-overflow alignment: top left shrink-overflow
z index: 1 z index: 1
font: font:
name: MPlantin name: MPlantin
size: 11 size: 12
color: rgb(255,255,255) color: rgb(255,255,255)
shadow color: rgb(0,0,0) shadow color: rgb(0,0,0)
shadow displacement x: 1 shadow displacement x: 1
@@ -215,10 +215,10 @@ card style:
separator color: rgb(192,192,192) separator color: rgb(192,192,192)
rarity: rarity:
right: 269 right: 320
top : 294 top : 346
width: 44 width: 50
height: 22 height: 25
z index: 1 z index: 1
alignment: middle right alignment: middle right
render style: image render style: image
@@ -244,9 +244,9 @@ card style:
############################# Text box ############################# Text box
text: text:
left: 47 left: 63
top : 318 top : 378
width: 216 width: 246
height: 67 height: 67
font: font:
name: MPlantin name: MPlantin
@@ -287,14 +287,14 @@ card style:
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 4
left: 233 left: 283
top: 391 top: 458
width: 42 width: 45
height: 28 height: 30
alignment: right top alignment: right top
font: font:
name: Mplantin name: Mplantin
size: 16 size: 18
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
shadow color: rgb(0,0,0) shadow color: rgb(0,0,0)
@@ -306,12 +306,12 @@ card style:
############################# Copyright stuff ############################# Copyright stuff
illustrator: illustrator:
left: 47 left: 97
top : 391 top : 459
width: 160 width: 180
height: 13 height: 15
z index: 1 z index: 1
alignment: middle left alignment: middle center
font: font:
name: Mplantin name: Mplantin
size: 9 size: 9
@@ -321,13 +321,13 @@ card style:
shadow displacement y: 1 shadow displacement y: 1
copyright line: copyright line:
left: 47 left: 97
top : 404 top : 472
width: 160 width: 180
height: 10 height: 12
z index: 1 z index: 1
alignment: middle left alignment: middle center
font: font:
name: MPlantin name: MPlantin
size: 6 size: 8
color: { font_color(card.card_color) } color: { font_color(card.card_color) }
Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 97 KiB