---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-10-01 08:34:46 -05:00
committed by GitHub
parent d1b3bdac74
commit 5016c6efa2
32836 changed files with 65408 additions and 48862 deletions

View File

@@ -0,0 +1,17 @@
include file: /magic-modules.mse-include/crowns/card_fields_dfc
extra card field:
type: choice
name: crown 3
script: card.card_color_3
save value: false
editable: false
extra card style:
crown 3:
left: { 0 + face_coordinates_map(3).left + crown_offset_left_3() }
top: { 0 + face_coordinates_map(3).top + crown_offset_top_3() }
width: { face_coordinates_map(3).width }
height: { face_coordinates_map(3).height }
render style: image
image: { module_crown() }
z index: 800
visible: { not crown_disabled_3() }