alecgl_old/sfml20test/level.map

17 lines
258 B
Text
Raw Normal View History

2015-04-08 21:35:21 +00:00
# FORMAT:
# - TYPE
# - F is Floor
# - W is Wall
# - C is Ceiling
#
# seperated by commas
#
# - TEXTURE ID
# - 1: grass
# - 2: wall thing
#
# - VERTEX 1
# - X, Y, Z
# - Z is carried over to other vertex on that edge
f,0,25,0,25,-25,0,-25,20,20,30,30;