about summary refs log tree commit diff stats
path: root/data/maps/the_darkroom/rooms/Second Room Exit.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_darkroom/rooms/Second Room Exit.txtpb')
0 files changed, 0 insertions, 0 deletions
                              
 
#version 330 core

out vec4 color;

uniform vec3 vecColor;

void main()
{
  color = vec4(vecColor, 1.0);
}