Add a new TC shade ("Bright green") and apply to the unmoved orb
The existing "Green" TC was darker than the old unmoved orb artwork, which made the recolored orb difficult to spot against a green background.
This commit is contained in:
parent
b19311db12
commit
10e61be88d
2 changed files with 7 additions and 1 deletions
|
@ -38,6 +38,12 @@
|
|||
name= _ "Green"
|
||||
[/color_range]
|
||||
|
||||
[color_range]
|
||||
id="brightgreen"
|
||||
name= _ "Bright green"
|
||||
rgb="8CFF00,EBFFBF,2D4001,8CFF00"
|
||||
[/color_range]
|
||||
|
||||
[color_range]
|
||||
id=purple
|
||||
rgb=93009D,FFFFFF,000000,FF00FF
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
orb="misc/orb.png"
|
||||
enemy_orb_color="black"
|
||||
unmoved_orb_color="green"
|
||||
unmoved_orb_color="brightgreen"
|
||||
ally_orb_color="blue"
|
||||
partmoved_orb_color="orange"
|
||||
moved_orb_color="red"
|
||||
|
|
Loading…
Add table
Reference in a new issue