Commit c8dd4159 authored by ke yongyu's avatar ke yongyu Committed by GitHub

Merge pull request #2 from shadowfox87/master

update fix
parents d17d6df5 01df71fe
...@@ -326,32 +326,32 @@ card style: ...@@ -326,32 +326,32 @@ card style:
script: script:
if is_transparent() then if is_pendulum() then 28.5 else 14 if is_transparent() then if is_pendulum() then 28.5 else 14
else if image_noframe() and is_nopendulum() then 44 else if image_noframe() and is_nopendulum() then 44
else if is_nopendulum() then 51.6 else if is_nopendulum() then 51
else 28.5 else 28.5
top: top:
script: script:
if is_transparent() then if is_pendulum() then 107.5 else 14 if is_transparent() then if is_pendulum() then 106.5 else 14
else if image_noframe() and is_nopendulum() then 105 else if image_noframe() and is_nopendulum() then 105
else if is_nopendulum() then 113 else if is_nopendulum() then 112
else 107.5 else 106.5
width: width:
script: script:
if is_transparent() then if is_pendulum() then 363 else 393 if is_transparent() then if is_pendulum() then 363 else 393
else if image_noframe() and is_nopendulum() then 332 else if image_noframe() and is_nopendulum() then 332
else if is_nopendulum() then 319 else if is_nopendulum() then 320
else 363 else 363
height: height:
script: script:
if is_transparent() then if is_pendulum() then 466 else 582 if is_transparent() then if is_pendulum() then 466 else 582
else if image_noframe() and is_nopendulum() then 330 else if image_noframe() and is_nopendulum() then 330
else if is_nopendulum() then 317 else if is_nopendulum() then 320
else if pend_image_is_small() and is_big_pend() then 275 else if pend_image_is_small() and is_big_pend() then 275
else if pend_image_is_small() and is_medium_pend() then 275 else if pend_image_is_small() and is_medium_pend() then 275
else if pend_image_is_small() and is_small_pend() then 298 else if pend_image_is_small() and is_small_pend() then 298
else if is_big_pend() then 360 else if is_big_pend() then 360
else if is_medium_pend() then 345 else if is_medium_pend() then 345
else if is_small_pend() then 345 else if is_small_pend() then 345
else 317 else 320
z index: 1 z index: 1
mask: {if is_link() then "mask-link.png"} mask: {if is_link() then "mask-link.png"}
############################# Card type ############################# Card type
......
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