about summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Starting Room.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-11 12:03:39 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-11 12:03:39 -0400
commit4e56e7681c0769dd247c0512a682a067426436bc (patch)
treed10ed9dbc920199df2cdf33b65df48328079baf0 /data/maps/the_entry/rooms/Starting Room.txtpb
parent839cf72809a5d7aa65002c1b93d78c588def1210 (diff)
downloadlingo2-archipelago-4e56e7681c0769dd247c0512a682a067426436bc.tar.gz
lingo2-archipelago-4e56e7681c0769dd247c0512a682a067426436bc.tar.bz2
lingo2-archipelago-4e56e7681c0769dd247c0512a682a067426436bc.zip
Add gravity to paintings/ports
Diffstat (limited to 'data/maps/the_entry/rooms/Starting Room.txtpb')
0 files changed, 0 insertions, 0 deletions
lor: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#version 330 core

layout(location = 0) in vec3 vertexPosition;

void main()
{
  gl_Position = vec4(vertexPosition, 1);
}