mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Improved blends for pt-boxes.
Updated creature type lists in accordance w/ Oracle update. Shrank textbox font size for magic-future. Fixed new "colored multicolor land name" option in futureshifts. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@825 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
mse version: 0.3.6
|
||||
full name: Magic The Gathering, card blend utilities
|
||||
version: 2008-01-12
|
||||
version: 2008-01-20
|
||||
|
||||
# This file doesn't do anything, other files in this directory can be included
|
||||
# in game/style files:
|
||||
|
||||
@@ -241,8 +241,23 @@ horizontal_pt_hybrid := [
|
||||
x1: 0.08, y1: 0
|
||||
x2: 0.65, y2: 0
|
||||
)}
|
||||
6: { template(colors[5]) } #TODO
|
||||
7: { template(colors[6]) } #TODO
|
||||
6: { linear_blend(
|
||||
image1: template(colors[4])
|
||||
image2: template(colors[5])
|
||||
x1: 0.07, y1: 0
|
||||
x2: 0.7, y2: 0
|
||||
)}
|
||||
7: {linear_blend(
|
||||
image1: linear_blend(
|
||||
image1: template(colors[4]),
|
||||
image2: template(colors[5]),
|
||||
x1: -0.2, y1: 0
|
||||
x2: 0.2, y2: 0
|
||||
),
|
||||
image2: template(colors[6]),
|
||||
x1: 0.5, y1: 0
|
||||
x2: 0.7, y2: 0
|
||||
)}
|
||||
]
|
||||
|
||||
pt_hybrid := [
|
||||
@@ -273,7 +288,7 @@ pt_hybrid := [
|
||||
3: { template(colors[2]) }
|
||||
4: { template(colors[3]) }
|
||||
5: { template(colors[4]) }
|
||||
6: { template(colors[5]) } # Probably not right
|
||||
6: { template(colors[5]) }
|
||||
7: { template(colors[6]) }
|
||||
]
|
||||
overlay: overlay_hybrid
|
||||
|
||||
Reference in New Issue
Block a user