swwmgz_m/gldefs.misc
Marisa Kirisame ff875be3ac Much stuff was adjusted. Much, much stuff.
Only the trading functions are left, the store just got added.
The other weapons will follow eventually.
2020-02-07 22:44:30 +01:00

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"
}