[wip] updating exporters for 2.5 (#75)
* Add Card Regions to DFCs * Add Hashes * Add crop_multi_image to help crop with card regions * bugfix exporters and organize the list * add dfc splitter support for Cockatrice and Lackey exporters * fix sizing bugs on Planesculptors exporter * update icons on exporters missing them * update namecheck exporter and improve near checking --------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
mse version: 2.0.0
|
||||
game: magic
|
||||
short name: EMN Meld (3-in-1)
|
||||
full name: M15 Style Meld cards (3-in-1)
|
||||
full name: M15 Style Meld cards (3-in-1)
|
||||
icon: card-sample.png
|
||||
position hint: 066
|
||||
installer group: magic/m15 style/double faced
|
||||
@@ -26,6 +26,36 @@ depends on:
|
||||
card width: 568
|
||||
card height: 523
|
||||
card dpi: 150
|
||||
card region:
|
||||
name: minifront
|
||||
x: 0
|
||||
y: 0
|
||||
height: 261
|
||||
width: 188
|
||||
card region:
|
||||
name: meldpair
|
||||
x: 0
|
||||
y: 263
|
||||
height: 261
|
||||
width: 188
|
||||
card region:
|
||||
name: meld
|
||||
x: 193
|
||||
y: 0
|
||||
width: 375
|
||||
height: 523
|
||||
card region:
|
||||
name: front
|
||||
x: 0
|
||||
y: 0
|
||||
width: 375
|
||||
height: 523
|
||||
card region:
|
||||
name: meldback
|
||||
x: 193
|
||||
y: 0
|
||||
width: 375
|
||||
height: 523
|
||||
############################################################## Extra scripts
|
||||
init script:
|
||||
# Load scripts for image box
|
||||
|
||||
Reference in New Issue
Block a user