Alias Module (#162)
This commit is contained in:
@@ -174,6 +174,23 @@ init script:
|
||||
transform_symbol_offset_left_2 := {-9}
|
||||
transform_symbol_offset_top_1 := { if is_legend() then 4 else -7 }
|
||||
transform_symbol_offset_top_2 := { if back_legend() then 4 else -7 }
|
||||
alias_offset_top_1 := { if is_legend() then 4 else -8 }
|
||||
alias_offset_top_2 := { if back_legend() then 4 else -8 }
|
||||
alias_mask_1 := { "alias_mask.png" }
|
||||
alias_mask_2 := { "alias_mask.png" }
|
||||
alias_colors := {
|
||||
[
|
||||
w: rgb(242, 239, 233),
|
||||
u: rgb(20, 110, 161),
|
||||
b: rgb(47, 45, 43),
|
||||
r: rgb(202, 55, 18),
|
||||
g: rgb(16, 134, 68),
|
||||
a: rgb(214, 216, 216),
|
||||
m: rgb(229, 191, 66),
|
||||
c: rgb(148, 114, 95)
|
||||
][input]
|
||||
}
|
||||
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -311,6 +328,7 @@ include file: /magic-modules.mse-include/stamps/card_fields
|
||||
include file: /magic-modules.mse-include/stamps/stamp_back
|
||||
include file: /magic-modules.mse-include/watermarks/card_fields_dfc
|
||||
include file: /magic-modules.mse-include/separators/card_fields_dfc
|
||||
include file: /magic-modules.mse-include/alias/card_fields_dfc
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
|
||||
Reference in New Issue
Block a user