diff --git a/game/modules/tome/data/gfx/shaders/map/default.vert b/game/modules/tome/data/gfx/shaders/map/default.vert new file mode 100644 index 0000000000000000000000000000000000000000..0e7f1b72ca816fc5cc2fc5bcbfc01fe8d710f496 --- /dev/null +++ b/game/modules/tome/data/gfx/shaders/map/default.vert @@ -0,0 +1,5 @@ +void main(void) { + gl_TexCoord[0] = gl_MultiTexCoord0; + gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; + gl_FrontColor = gl_Color; +} \ No newline at end of file