3.0.0 final touches (#84)
--------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -53,7 +53,7 @@ extra card style:
|
||||
left: { instance := 1; a_left() }
|
||||
width: { instance := 1; a_width() }
|
||||
top: { instance := 1; round_near(loyalty_stripe_separator_top(1)) }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(1) + loyalty_stripe_separator_height()) + 0.5 }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(1) + loyalty_stripe_separator_height()) }
|
||||
z index: 710
|
||||
visible: { instance := 1; loyalty_abilities_count(active:true) >= 2 }
|
||||
render style: image
|
||||
@@ -63,7 +63,7 @@ extra card style:
|
||||
left: { instance := 1; a_left() }
|
||||
width: { instance := 1; a_width() }
|
||||
top: { instance := 1; round_near(loyalty_stripe_separator_top(2)) }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(2) + loyalty_stripe_separator_height()) + 0.5 }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(2) + loyalty_stripe_separator_height()) }
|
||||
z index: 710
|
||||
visible: { instance := 1; loyalty_abilities_count(active:true) >= 3 }
|
||||
render style: image
|
||||
@@ -73,7 +73,7 @@ extra card style:
|
||||
left: { instance := 1; a_left() }
|
||||
width: { instance := 1; a_width() }
|
||||
top: { instance := 1; round_near(loyalty_stripe_separator_top(3)) }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(3) + loyalty_stripe_separator_height()) + 0.5 }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(3) + loyalty_stripe_separator_height()) }
|
||||
z index: 710
|
||||
visible: { instance := 1; loyalty_abilities_count(active:true) >= 4 }
|
||||
render style: image
|
||||
@@ -83,7 +83,7 @@ extra card style:
|
||||
left: { instance := 1; a_left() }
|
||||
width: { instance := 1; a_width() }
|
||||
top: { instance := 1; round_near(loyalty_stripe_separator_top(4)) }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(4) + loyalty_stripe_separator_height()) + 0.5 }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(4) + loyalty_stripe_separator_height()) }
|
||||
z index: 710
|
||||
visible: { instance := 1; loyalty_abilities_count(active:true) >= 5 }
|
||||
render style: image
|
||||
@@ -93,7 +93,7 @@ extra card style:
|
||||
left: { instance := 1; a_left() }
|
||||
width: { instance := 1; a_width() }
|
||||
top: { instance := 1; round_near(loyalty_stripe_separator_top(5)) }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(5) + loyalty_stripe_separator_height()) + 0.5 }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(5) + loyalty_stripe_separator_height()) }
|
||||
z index: 710
|
||||
visible: { instance := 1; loyalty_abilities_count(active:true) >= 6 }
|
||||
render style: image
|
||||
@@ -103,7 +103,7 @@ extra card style:
|
||||
left: { instance := 1; a_left() }
|
||||
width: { instance := 1; a_width() }
|
||||
top: { instance := 1; round_near(loyalty_stripe_separator_top(6)) }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(6) + loyalty_stripe_separator_height()) + 0.5 }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(6) + loyalty_stripe_separator_height()) }
|
||||
z index: 710
|
||||
visible: { instance := 1; loyalty_abilities_count(active:true) >= 7 }
|
||||
render style: image
|
||||
@@ -113,7 +113,7 @@ extra card style:
|
||||
left: { instance := 1; a_left() }
|
||||
width: { instance := 1; a_width() }
|
||||
top: { instance := 1; round_near(loyalty_stripe_separator_top(7)) }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(7) + loyalty_stripe_separator_height()) + 0.5 }
|
||||
bottom: { instance := 1; round_near(loyalty_stripe_separator_top(7) + loyalty_stripe_separator_height()) }
|
||||
z index: 710
|
||||
visible: { instance := 1; loyalty_abilities_count(active:true) >= 8 }
|
||||
render style: image
|
||||
|
||||
Reference in New Issue
Block a user