mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Fixed an error that kept flip pt box 2 from correctly blending in radial hybrids.
Realigned pt 1 on flip style. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@524 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -333,7 +333,7 @@ flip_pt_hybrid2 := [
|
||||
radial: [
|
||||
0: { template("c") }
|
||||
1: { template(colors[0]) }
|
||||
2: { template(colors[1]) }
|
||||
2: { template(colors[0]) }
|
||||
3: { linear_blend(
|
||||
image1: template(colors[0])
|
||||
image2: template(colors[2])
|
||||
|
||||
@@ -299,7 +299,7 @@ card style:
|
||||
############################# PT
|
||||
pt:
|
||||
z index: 4
|
||||
left: 287
|
||||
left: 290
|
||||
top: 131
|
||||
width: 60
|
||||
height: 28
|
||||
|
||||
Reference in New Issue
Block a user