Init
BIN
media/music/TheRiseoftheMechbeings.ogg
Executable file
12
media/shaders/shader01.frag
Executable file
@@ -0,0 +1,12 @@
|
||||
uniform sampler2D tex;
|
||||
varying vec4 light;
|
||||
|
||||
void main()
|
||||
{
|
||||
vec4 texel;
|
||||
texel = texture2D(tex,gl_TexCoord[0].st);
|
||||
|
||||
texel *= light;
|
||||
|
||||
gl_FragColor = texel;
|
||||
}
|
||||
8
media/shaders/shader01.vert
Executable file
@@ -0,0 +1,8 @@
|
||||
varying vec4 light;
|
||||
|
||||
void main()
|
||||
{
|
||||
light = gl_Color;
|
||||
gl_TexCoord[0] = gl_MultiTexCoord0;
|
||||
gl_Position = ftransform();
|
||||
}
|
||||
BIN
media/sounds/Footstep_Tile_Left.wav
Executable file
BIN
media/sounds/Footstep_Tile_Right_2.wav
Executable file
BIN
media/textures/cross.bmp
Executable file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
media/textures/dark.png
Executable file
|
After Width: | Height: | Size: 792 KiB |
BIN
media/textures/darker.png
Executable file
|
After Width: | Height: | Size: 861 KiB |
BIN
media/textures/font.bmp
Executable file
|
After Width: | Height: | Size: 192 KiB |
BIN
media/textures/light.png
Executable file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
media/textures/lighter.png
Executable file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
media/textures/mob.png
Executable file
|
After Width: | Height: | Size: 3.4 KiB |