3.0.0 final touches (#84)

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
GenevensiS
2024-10-01 15:42:16 +02:00
committed by GitHub
parent 106e343851
commit 6960d85314
775 changed files with 2509 additions and 2817 deletions

View File

@@ -153,16 +153,17 @@ card style:
z index: 900
alignment: center middle shrink-overflow
font:
name: { name_font() }
name: { pt_font() }
size: { instance := 1; card.loyalty_box; loyalty_font_size() }
color: white
visible: { instance := 1; loyalty_has_abilities_1() }
loyalty box:
left: { instance := 1; loyalty_box_left() }
top: { instance := 1; loyalty_box_top() }
width: { instance := 1; if card.loyalty == "" then 0 else loyalty_box_width() }
height: { instance := 1; loyalty_box_height() }
z index: 830
visible: { instance := 1; card.loyalty != "" }
visible: { instance := 1; card.loyalty != "" and loyalty_has_abilities_1() }
include file: /magic.mse-game/loyalty/menu_choice_images
render style: image
image: { instance := 1; loyalty_box_image() }
@@ -174,10 +175,11 @@ card style:
z index: 900
alignment: center middle shrink-overflow
font:
name: { name_font() }
name: { pt_font() }
size: { instance := 1; loyalty_cost_font_size() }
scale down to: 7
color: white
visible: { instance := 1; loyalty_has_abilities_1() }
loyalty cost 2:
left: { instance := 1; loyalty_cost_left() }
top: { instance := 1; card.loyalty_cost_box_2; loyalty_cost_top(2) }
@@ -186,10 +188,11 @@ card style:
z index: 900
alignment: center middle shrink-overflow
font:
name: { name_font() }
name: { pt_font() }
size: { instance := 1; loyalty_cost_font_size() }
scale down to: 7
color: white
visible: { instance := 1; loyalty_has_abilities_1() }
loyalty cost 3:
left: { instance := 1; loyalty_cost_left() }
top: { instance := 1; card.loyalty_cost_box_3; loyalty_cost_top(3) }
@@ -198,10 +201,11 @@ card style:
z index: 900
alignment: center middle shrink-overflow
font:
name: { name_font() }
name: { pt_font() }
size: { instance := 1; loyalty_cost_font_size() }
scale down to: 7
color: white
visible: { instance := 1; loyalty_has_abilities_1() }
loyalty cost 4:
left: { instance := 1; loyalty_cost_left() }
top: { instance := 1; card.loyalty_cost_box_4; loyalty_cost_top(4) }
@@ -210,10 +214,11 @@ card style:
z index: 900
alignment: center middle shrink-overflow
font:
name: { name_font() }
name: { pt_font() }
size: { instance := 1; loyalty_cost_font_size() }
scale down to: 7
color: white
visible: { instance := 1; loyalty_has_abilities_1() }
loyalty cost 5:
left: { instance := 1; loyalty_cost_left() }
top: { instance := 1; card.loyalty_cost_box_5; loyalty_cost_top(5) }
@@ -222,10 +227,11 @@ card style:
z index: 900
alignment: center middle shrink-overflow
font:
name: { name_font() }
name: { pt_font() }
size: { instance := 1; loyalty_cost_font_size() }
scale down to: 7
color: white
visible: { instance := 1; loyalty_has_abilities_1() }
loyalty cost 6:
left: { instance := 1; loyalty_cost_left() }
top: { instance := 1; card.loyalty_cost_box_6; loyalty_cost_top(6) }
@@ -234,10 +240,11 @@ card style:
z index: 900
alignment: center middle shrink-overflow
font:
name: { name_font() }
name: { pt_font() }
size: { instance := 1; loyalty_cost_font_size() }
scale down to: 7
color: white
visible: { instance := 1; loyalty_has_abilities_1() }
loyalty cost 7:
left: { instance := 1; loyalty_cost_left() }
top: { instance := 1; card.loyalty_cost_box_7; loyalty_cost_top(7) }
@@ -246,10 +253,11 @@ card style:
z index: 900
alignment: center middle shrink-overflow
font:
name: { name_font() }
name: { pt_font() }
size: { instance := 1; loyalty_cost_font_size() }
scale down to: 7
color: white
visible: { instance := 1; loyalty_has_abilities_1() }
loyalty cost 8:
left: { instance := 1; loyalty_cost_left() }
top: { instance := 1; card.loyalty_cost_box_8; loyalty_cost_top(8) }
@@ -258,10 +266,11 @@ card style:
z index: 900
alignment: center middle shrink-overflow
font:
name: { name_font() }
name: { pt_font() }
size: { instance := 1; loyalty_cost_font_size() }
scale down to: 7
color: white
visible: { instance := 1; loyalty_has_abilities_1() }
loyalty cost box 1:
left: { instance := 1; loyalty_cost_box_left() }
top: { instance := 1; loyalty_cost_box_top(1) }