[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
@@ -54,7 +54,7 @@ margin_left :=
|
||||
{
|
||||
number := to_int(replace(input, match: "lv", replace: "")) or else 999
|
||||
if number > 8 or card["loyalty_cost_" + number] == "" then 0
|
||||
else to_int(190 * r_width(instance: 1) + (loyalty_cost_offset_left_1() + loyalty_cost_offset_width_1() + loyalty_cost_offset_text_margin_1()) * 10)
|
||||
else to_int(130 * r_width(instance: 1) + (loyalty_cost_offset_left_1() + loyalty_cost_offset_width_1() + loyalty_cost_offset_text_margin_1()) * 10)
|
||||
}
|
||||
text_filter := text_filter + { apply_margins(input, name: margin_code) } + { add_spacers(input, name: margin_code) }
|
||||
add_spacers :=
|
||||
|
||||
Reference in New Issue
Block a user