Only the trading functions are left, the store just got added. The other weapons will follow eventually.
15 lines
400 B
Text
15 lines
400 B
Text
HardwareShader Texture "graphics/HUD/HealthBarS.png"
|
|
{
|
|
Shader "shaders/glsl/Fuzz_Gray.fp"
|
|
Texture "noisetex" "textures/graynoise.png"
|
|
}
|
|
HardwareShader Texture "graphics/HUD/EnemyBarS.png"
|
|
{
|
|
Shader "shaders/glsl/Fuzz_Gray.fp"
|
|
Texture "noisetex" "textures/graynoise.png"
|
|
}
|
|
HardwareShader Texture "graphics/tempbg.png"
|
|
{
|
|
Shader "shaders/glsl/Fuzz.fp"
|
|
Texture "noisetex" "textures/graynoise.png"
|
|
}
|