symbol font updates
Fix #22 Fix white_text/v_mana_loc errors on sister games
This commit is contained in:
@@ -223,7 +223,7 @@ symbol:
|
||||
###################################################################################### Loyalty Symbols
|
||||
symbol:
|
||||
image: empty_loyaltyup_w.png
|
||||
code: ([+][XYZ1-9])
|
||||
code: ([+][XYZ1-9][0-9]?)
|
||||
regex: yes
|
||||
draw text: 1
|
||||
text margin left: -.10
|
||||
@@ -239,7 +239,7 @@ symbol:
|
||||
enabled: {white_text()}
|
||||
symbol:
|
||||
image: empty_loyaltydown_w.png
|
||||
code: ([-][XYZ1-9])
|
||||
code: ([-][XYZ1-9][0-9]?)
|
||||
regex: yes
|
||||
draw text: 1
|
||||
text margin left: -.10
|
||||
@@ -255,7 +255,7 @@ symbol:
|
||||
enabled: {white_text()}
|
||||
symbol:
|
||||
image: empty_loyaltynaught_w.png
|
||||
code: [+=]([0-9XYZ])
|
||||
code: [+=]([0-9XYZ][0-9]?)
|
||||
regex: yes
|
||||
draw text: 1
|
||||
text margin left: -.10
|
||||
@@ -271,7 +271,7 @@ symbol:
|
||||
enabled: {white_text()}
|
||||
symbol:
|
||||
image: empty_loyaltyup.png
|
||||
code: ([+][XYZ1-9])
|
||||
code: ([+][XYZ1-9][0-9]?)
|
||||
regex: yes
|
||||
draw text: 1
|
||||
text margin left: -.10
|
||||
@@ -286,7 +286,7 @@ symbol:
|
||||
image font size: 100
|
||||
symbol:
|
||||
image: empty_loyaltydown.png
|
||||
code: ([-][XYZ1-9])
|
||||
code: ([-][XYZ1-9][0-9]?)
|
||||
regex: yes
|
||||
draw text: 1
|
||||
text margin left: -.10
|
||||
@@ -301,7 +301,7 @@ symbol:
|
||||
image font size: 100
|
||||
symbol:
|
||||
image: empty_loyaltynaught.png
|
||||
code: [+=]([0-9XYZ])
|
||||
code: [+=]([0-9XYZ][0-9]?)
|
||||
regex: yes
|
||||
draw text: 1
|
||||
text margin left: -.10
|
||||
|
||||
Reference in New Issue
Block a user