The HUD is complete (actually, I forgot to add key display, will do that later).
All weapon pickup models have been added in. Modeldef has been subdivided to make things easier for me.
This commit is contained in:
parent
d3da87cefe
commit
7e38cfddd8
81 changed files with 3060 additions and 2302 deletions
40
textcolo.txt
Normal file
40
textcolo.txt
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
// Guarantee there's dark variants of team colors (yes, even black and white)
|
||||
DarkBlack
|
||||
{
|
||||
#090909 #282828
|
||||
Console:
|
||||
#000000 #191919 0 127
|
||||
#050505 #282828 128 256
|
||||
Flat:
|
||||
#000000
|
||||
}
|
||||
|
||||
DarkPurple
|
||||
{
|
||||
#110011 #670067
|
||||
Console:
|
||||
#000000 #4F004D 0 127
|
||||
#800080 #808080 128 256
|
||||
Flat:
|
||||
#4C3366
|
||||
}
|
||||
|
||||
DarkOrange
|
||||
{
|
||||
#100000 #804000
|
||||
Console:
|
||||
#100000 #482000 0 127
|
||||
#804000 #807F7F 128 256
|
||||
Flat:
|
||||
#805500
|
||||
}
|
||||
|
||||
DarkWhite
|
||||
{
|
||||
#121212 #808080
|
||||
Console:
|
||||
#000000 #404040 0 127
|
||||
#808080 #808080 128 256
|
||||
Flat:
|
||||
#707070
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue