Commit f1a04e2a authored by pichoro's avatar pichoro

Fixed an error that kept flip pt box 2 from correctly blending in radial hybrids.

Realigned pt 1 on flip style.
parent e6867623
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment