Commit 78d0aa88 authored by Nemo Ma's avatar Nemo Ma

Fix.

Honestly I don't know why Links get omitted in word_lists, fixing that
now.
parent a5ae6b9c
No preview for this file type
...@@ -892,16 +892,17 @@ extra card field: ...@@ -892,16 +892,17 @@ extra card field:
extra card style: extra card style:
bar: bar:
left: 33 #left: 33
#top: 557 left: {if styling.template_style=="actual style" then 30 else 33 }
top: {if styling.template_style=="actual style" then 560 else 557 } top: {if styling.template_style=="actual style" then 560 else 557 }
width: 355 #width: 355
width: {if styling.template_style=="actual style" then 357 else 355 }
height: 3 height: 3
z index: 4 z index: 4
render style: image list render style: image list
choice images: choice images:
bar: bar.png bar: bar.png
visible: script: if is_nmonster() then false else true visible: script: if is_nmonster() or styling.template_style=="actual style" then false else true
# leftbracket: # leftbracket:
# left: { if is_nmonster() then (359 - card_style.level.content_width) else if styling.template_style=="actual style" then 30 else 32 } # left: { if is_nmonster() then (359 - card_style.level.content_width) else if styling.template_style=="actual style" then 30 else 32 }
# top : { if is_nmonster() then 80 else if styling.pendulum_size=="more" then 479 else if styling.large_type then 464 else 464 } # top : { if is_nmonster() then 80 else if styling.pendulum_size=="more" then 479 else if styling.large_type then 464 else 464 }
......
...@@ -121,6 +121,7 @@ word list: ...@@ -121,6 +121,7 @@ word list:
word: Tuner word: Tuner
word: Union word: Union
word: Xyz word: Xyz
word: Link
word: 同调 word: 同调
word: 超量 word: 超量
word: 融合 word: 融合
......
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