[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
16
data/magic-modules.mse-include/crowns/card_fields
Normal file
16
data/magic-modules.mse-include/crowns/card_fields
Normal file
@@ -0,0 +1,16 @@
|
||||
extra card field:
|
||||
type: choice
|
||||
name: crown
|
||||
script: card.card_color
|
||||
save value: false
|
||||
editable: false
|
||||
extra card style:
|
||||
crown:
|
||||
left: { 0 + face_coordinates_map(1).left + crown_offset_left_1() }
|
||||
top: { 0 + face_coordinates_map(1).top + crown_offset_top_1() }
|
||||
width: { face_coordinates_map(1).width }
|
||||
height: { face_coordinates_map(1).height }
|
||||
render style: image
|
||||
image: { module_crown() }
|
||||
z index: 800
|
||||
visible: { not crown_disabled_1() }
|
||||
Reference in New Issue
Block a user