Alias Module (#162)
This commit is contained in:
@@ -165,6 +165,20 @@ init script:
|
||||
|
||||
art_mask := { crop("image_mask.png", offset_x: art_left(), offset_y: art_top(), width: art_width(), height: art_height()) }
|
||||
|
||||
alias_colors := {
|
||||
[
|
||||
w: rgb(81, 71, 78),
|
||||
u: rgb(43, 46, 73),
|
||||
b: rgb(30, 22, 30),
|
||||
r: rgb(65, 32, 29),
|
||||
g: rgb(32, 43, 33),
|
||||
a: rgb(35, 31, 39),
|
||||
m: rgb(73, 58, 41),
|
||||
c: rgb(65, 33, 28)
|
||||
][input]
|
||||
}
|
||||
alias_mask := { alias_src + "masks/remove_outline.png" }
|
||||
|
||||
############################################################## Extra style options
|
||||
|
||||
styling field:
|
||||
@@ -233,6 +247,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
|
||||
card color:
|
||||
|
||||
Reference in New Issue
Block a user