mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Added 'position hint' to packages, used to specify the order of the packages in a package list;
Added 'pack type', intended for playtesting (random boosters/starters); Added 'default(_image)' property to ImageStyle, and added the frame fillers for magic; Added blurring and bold printing (rather hacky) to the text rendering functions (used for "double click to add image" text); Added 'symmetric overlay' combine mode, which will look really nice for hybrids; Moved the watermark choices from the game to an include file in magic-watermarks; Working on a replacement for the image scripting system that plays nicer with the rest of the code. In particular, it will be possible to compare generated images quickly, so they can be updated continuously. This is a work in progress, currently there are two versions of everything. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@327 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -3,6 +3,7 @@ game: magic
|
||||
short name: Split Cards
|
||||
full name: Modern split cards
|
||||
icon: card-sample.png
|
||||
position hint: 003
|
||||
|
||||
card width: 523
|
||||
card height: 375
|
||||
@@ -16,6 +17,7 @@ card dpi: 150
|
||||
init script:
|
||||
# Load blend scripts for hybrids/multicolors
|
||||
include file: magic-blends.mse-include/blend-scripts
|
||||
include file: magic-default-image.mse-include/scripts
|
||||
|
||||
# Should hybrids have a grey name?
|
||||
mask_hybrid_with_land := { styling.grey_hybrid_name }
|
||||
@@ -185,6 +187,7 @@ card style:
|
||||
width: 216
|
||||
height: 159
|
||||
z index: 1
|
||||
default: {default_image(card.card_color)}
|
||||
|
||||
image 2:
|
||||
left: 279
|
||||
@@ -192,6 +195,7 @@ card style:
|
||||
width: 216
|
||||
height: 159
|
||||
z index: 1
|
||||
default: {default_image(card.card_color_2)}
|
||||
|
||||
############################# Card type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user