Alias Module (#162)
This commit is contained in:
@@ -171,6 +171,8 @@ init script:
|
||||
art_bottom := { if styling.stretch_art_to_whole_card or styling.border == "no" or styling.border == "fade" then stylesheet.card_height else if styling.border == "only copyright" then 927 else 563 }
|
||||
art_mask := { crop("image_mask.png", offset_x: art_left(), offset_y: art_top(), width: art_width(), height: art_bottom() - art_top()) }
|
||||
|
||||
alias_mask := { alias_src + "masks/remove_color.png" }
|
||||
alias_offset_top_1 := {-4}
|
||||
############################################################## Extra style options
|
||||
|
||||
styling field:
|
||||
@@ -244,6 +246,8 @@ include file: /magic-modules.mse-include/typelines/card_fields
|
||||
|
||||
include file: /magic-modules.mse-include/foils/card_fields
|
||||
|
||||
include file: /magic-modules.mse-include/alias/card_fields
|
||||
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
|
||||
Reference in New Issue
Block a user