Alias Module (#162)
This commit is contained in:
@@ -78,6 +78,7 @@ init script:
|
||||
then 6
|
||||
else 0
|
||||
}
|
||||
alias_offset_top_1 := {-1}
|
||||
|
||||
invert_watermark_1 := { true }
|
||||
|
||||
@@ -207,6 +208,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:
|
||||
@@ -363,7 +366,12 @@ extra card field:
|
||||
save value: false
|
||||
show statistics: false
|
||||
choice: girder
|
||||
|
||||
extra card field:
|
||||
type: choice
|
||||
name: alias bar gild
|
||||
script: card.card_color
|
||||
save value: false
|
||||
editable: false
|
||||
extra card style:
|
||||
card background:
|
||||
left: 0
|
||||
@@ -460,3 +468,13 @@ extra card style:
|
||||
z index: 110
|
||||
render style: image
|
||||
image: { if is_crowned() then "crown_girder.png" else "girder.png" }
|
||||
alias bar gild:
|
||||
left: { alias_left_1() }
|
||||
top: { alias_top_1() }
|
||||
width: { alias_width_1() }
|
||||
height: { alias_height_1() }
|
||||
z index: 881
|
||||
render style: image
|
||||
visible: { alias_enabled() }
|
||||
image: alias.png
|
||||
|
||||
|
||||
Reference in New Issue
Block a user