Commit 01df71fe authored by AntiMetaman's avatar AntiMetaman Committed by GitHub

update fix

parent 743c3180
......@@ -326,32 +326,32 @@ card style:
script:
if is_transparent() then if is_pendulum() then 28.5 else 14
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
top:
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 is_nopendulum() then 113
else 107.5
else if is_nopendulum() then 112
else 106.5
width:
script:
if is_transparent() then if is_pendulum() then 363 else 393
else if image_noframe() and is_nopendulum() then 332
else if is_nopendulum() then 319
else if is_nopendulum() then 320
else 363
height:
script:
if is_transparent() then if is_pendulum() then 466 else 582
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_medium_pend() then 275
else if pend_image_is_small() and is_small_pend() then 298
else if is_big_pend() then 360
else if is_medium_pend() then 345
else if is_small_pend() then 345
else 317
else 320
z index: 1
mask: {if is_link() then "mask-link.png"}
############################# 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