GLDEFS stuff.

This commit is contained in:
Marisa the Magician 2022-12-10 19:02:37 +01:00
parent a8d712c454
commit d2bd1f7bcb
2 changed files with 27 additions and 27 deletions

View File

@ -1,10 +1,10 @@
HardwareShader Texture "graphics/tempbg.png"
Material Texture "graphics/tempbg.png"
{
Shader "shaders/glsl/Fuzz.fp"
Texture "noisetex" "textures/graynoise.png"
Define "KIRINCOLORS"
}
HardwareShader Texture "graphics/KirinLogo.png"
Material Texture "graphics/KirinLogo.png"
{
Shader "shaders/glsl/KirinLogoAnimated.fp"
// what no 2d arrays does to a mf
@ -16,7 +16,7 @@ HardwareShader Texture "graphics/KirinLogo.png"
Texture "Layer6" "graphics/KirinLogo_Layer6.png"
Texture "Layer7" "graphics/KirinLogo_Layer7.png"
}
HardwareShader Texture "graphics/KirinLogo_Glow.png"
Material Texture "graphics/KirinLogo_Glow.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
@ -44,94 +44,94 @@ HardwareShader PostProcess beforebloom
Texture glowtex "graphics/kirinsigil_smokeglow.png"
Uniform float timer
}
HardwareShader Texture "graphics/KirinIcon.png"
Material Texture "graphics/KirinIcon.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_kirin.png"
Material Texture "graphics/title_kirin.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_kirin_eye.png"
Material Texture "graphics/title_kirin_eye.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_kirin_flame.png"
Material Texture "graphics/title_kirin_flame.png"
{
Shader "shaders/glsl/Bilinear_wave.fp"
}
HardwareShader Texture "graphics/title_smoke_0.png"
Material Texture "graphics/title_smoke_0.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_smoke_1.png"
Material Texture "graphics/title_smoke_1.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_smoke_2.png"
Material Texture "graphics/title_smoke_2.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_smoke_3.png"
Material Texture "graphics/title_smoke_3.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_smoke_4.png"
Material Texture "graphics/title_smoke_4.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_smoke_5.png"
Material Texture "graphics/title_smoke_5.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_smoke_6.png"
Material Texture "graphics/title_smoke_6.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_smoke_7.png"
Material Texture "graphics/title_smoke_7.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_fire_0.png"
Material Texture "graphics/title_fire_0.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_fire_1.png"
Material Texture "graphics/title_fire_1.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_fire_2.png"
Material Texture "graphics/title_fire_2.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_fire_3.png"
Material Texture "graphics/title_fire_3.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_fire_4.png"
Material Texture "graphics/title_fire_4.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_fire_5.png"
Material Texture "graphics/title_fire_5.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_fire_6.png"
Material Texture "graphics/title_fire_6.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/title_fire_7.png"
Material Texture "graphics/title_fire_7.png"
{
Shader "shaders/glsl/Bilinear.fp"
}
HardwareShader Texture "graphics/HUD/HealthBarInvul.png"
Material Texture "graphics/HUD/HealthBarInvul.png"
{
Shader "shaders/glsl/Fuzz.fp"
Texture "noisetex" "textures/graynoise.png"
Define "GRAY_COLORS"
Define "BASE_RES" = "vec2(100.,5.)"
}
HardwareShader Texture "graphics/HUD/HealthBarEx.png"
Material Texture "graphics/HUD/HealthBarEx.png"
{
Shader "shaders/glsl/RoughWarp.fp"
Texture "warptex" "textures/roughwarp.png"

View File

@ -1,3 +1,3 @@
[default]
KIRIN_MODVER="\cxRED STAR OF INNOCENCE\c- \cw0.1a r97 \cu(Thu 8 Dec 00:19:58 CET 2022)\c-";
KIRIN_SHORTVER="\cw0.1a r97 \cu(2022-12-08 00:19:58)\c-";
KIRIN_MODVER="\cxRED STAR OF INNOCENCE\c- \cw0.1a r98 \cu(Sat 10 Dec 19:02:37 CET 2022)\c-";
KIRIN_SHORTVER="\cw0.1a r98 \cu(2022-12-10 19:02:37)\c-";