Updated COLOR_* macros to use color=
This commit is contained in:
parent
c43df77725
commit
65c0df2343
1 changed files with 3 additions and 5 deletions
|
@ -10,17 +10,15 @@
|
|||
#enddef
|
||||
|
||||
#define COLOR_HEAL
|
||||
green=255
|
||||
color="0,255"
|
||||
#enddef
|
||||
|
||||
#define COLOR_HARM
|
||||
red=255
|
||||
color="255"
|
||||
#enddef
|
||||
|
||||
#define COLOR_WHITE
|
||||
red=255
|
||||
green=255
|
||||
blue=255
|
||||
color="255,255,255"
|
||||
#enddef
|
||||
|
||||
#define IS_HERO
|
||||
|
|
Loading…
Add table
Reference in a new issue