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 := [ ...@@ -333,7 +333,7 @@ flip_pt_hybrid2 := [
radial: [ radial: [
0: { template("c") } 0: { template("c") }
1: { template(colors[0]) } 1: { template(colors[0]) }
2: { template(colors[1]) } 2: { template(colors[0]) }
3: { linear_blend( 3: { linear_blend(
image1: template(colors[0]) image1: template(colors[0])
image2: template(colors[2]) image2: template(colors[2])
......
...@@ -299,7 +299,7 @@ card style: ...@@ -299,7 +299,7 @@ card style:
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 4
left: 287 left: 290
top: 131 top: 131
width: 60 width: 60
height: 28 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