swwmgz_m/gldefs.misc
Marisa Kirisame 9fcbb16267 Eviternity compatibility (sort of).
More compatible cosmetic bossbrain.
Some fixups.
2020-11-28 22:03:01 +01:00

34 lines
893 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_GraySmall.fp"
Texture "noisetex" "textures/graynoise.png"
}
HardwareShader Texture "graphics/HUD/FuelBarS.png"
{
Shader "shaders/glsl/Fuzz_GraySmall2.fp"
Texture "noisetex" "textures/graynoise.png"
}
HardwareShader Texture "graphics/tempbg.png"
{
Shader "shaders/glsl/Fuzz.fp"
Texture "noisetex" "textures/graynoise.png"
}
HardwareShader Texture "graphics/SWWMGZLogo.png"
{
Shader "shaders/glsl/LogoAnimated.fp"
Texture "LogoTex" "graphics/SWWMGZLogo_Layers.png"
}
HardwareShader Texture "graphics/M_SWWM.png"
{
Shader "shaders/glsl/LogoAnimated.fp"
Texture "LogoTex" "graphics/M_SWWM_Layers.png"
}
HardwareShader Sprite "MBRNB0"
{
Shader "shaders/glsl/Whew.fp"
}