mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -04:00
More Shadowmoor Updates.
New keyword (Conspire). New colored artifact blends. Partially adjusted sorting. Truncated legend names via "@". Fixed some errors in magic-new-flip. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@840 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 474 B |
Binary file not shown.
|
After Width: | Height: | Size: 460 B |
@@ -5,7 +5,7 @@ full name: Modern flip cards
|
||||
icon: card-sample.png
|
||||
position hint: 002
|
||||
|
||||
version: 2008-04-01
|
||||
version: 2008-04-13
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2007-12-29
|
||||
@@ -229,9 +229,9 @@ card style:
|
||||
separator color: rgb(128,128,128)
|
||||
|
||||
type 2:
|
||||
right: { if card.pt != "" then 86 else 34 }
|
||||
right: { if card.pt_2 != "" then 86 else 34 }
|
||||
bottom: 353
|
||||
width: { if card.pt != "" then 256 else 308 }
|
||||
width: { if card.pt_2 != "" then 256 else 308 }
|
||||
height: 18
|
||||
alignment: top shrink-overflow
|
||||
angle: 180
|
||||
@@ -419,7 +419,7 @@ extra card field:
|
||||
|
||||
extra card style:
|
||||
pt box:
|
||||
left: 286
|
||||
left: 285
|
||||
top: 123
|
||||
width: 70
|
||||
height: 38
|
||||
@@ -430,7 +430,7 @@ extra card style:
|
||||
image: { flip_ptbox() }
|
||||
|
||||
pt box 2:
|
||||
left: 17
|
||||
left: 18
|
||||
top: 342
|
||||
width: 70
|
||||
height: 38
|
||||
|
||||
Reference in New Issue
Block a user