summaryrefslogtreecommitdiffstats
path: root/levels/level1.txt
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-05-14 19:38:01 +0200
committerneoraider <devnull@localhost>2007-05-14 19:38:01 +0200
commit3b2e35b66b0df22093505270bbabfc868a0a9a2b (patch)
treefa492dafaf383ca95c7799c9432fdaa464ed07c7 /levels/level1.txt
parent48ce809334713ef75d0f3c8d6b5c9fab16e2f335 (diff)
downloadzoom-3b2e35b66b0df22093505270bbabfc868a0a9a2b.tar
zoom-3b2e35b66b0df22093505270bbabfc868a0a9a2b.zip
libzoom: XML level loader implemented.
zoom: Converted old test level to XML.
Diffstat (limited to 'levels/level1.txt')
-rwxr-xr-xlevels/level1.txt122
1 files changed, 0 insertions, 122 deletions
diff --git a/levels/level1.txt b/levels/level1.txt
deleted file mode 100755
index c0592c8..0000000
--- a/levels/level1.txt
+++ /dev/null
@@ -1,122 +0,0 @@
-room
- triangle wall
- vertices
- -10 -10 -10
- 10 -10 -10
- 10 10 -10
- texture blue.png
- 0 0
- 10 0
- 10 10
- end
- triangle wall
- vertices
- -10 -10 -10
- 10 10 -10
- -10 10 -10
- texture blue.png
- 0 0
- 10 10
- 0 10
- end
- triangle wall
- vertices
- -10 -10 10
- -10 10 10
- 10 10 10
- texture blue.png
- 10 10
- 0 10
- 0 0
- end
- triangle wall
- vertices
- -10 -10 10
- 10 10 10
- 10 -10 10
- texture blue.png
- 10 10
- 0 0
- 10 0
- end
- triangle wall
- vertices
- -10 10 -10
- 10 10 -10
- 10 10 10
- texture blue.png
- 0 0
- 10 0
- 10 10
- end
- triangle wall
- vertices
- -10 10 -10
- 10 10 10
- -10 10 10
- texture blue.png
- 0 0
- 10 10
- 0 10
- end
- triangle floor
- vertices
- -10 -10 10
- 10 -10 10
- 10 -10 -10
- texture blue.png
- 0 10
- 10 10
- 10 0
- end
- triangle floor
- vertices
- -10 -10 10
- 10 -10 -10
- -10 -10 -10
- texture blue.png
- 0 10
- 10 0
- 0 0
- end
- triangle wall
- vertices
- -10 -10 -10
- -10 10 -10
- -10 10 10
- texture blue.png
- 10 10
- 10 0
- 0 0
- end
- triangle wall
- vertices
- -10 -10 -10
- -10 10 10
- -10 -10 10
- texture blue.png
- 10 10
- 0 0
- 0 10
- end
- triangle wall
- vertices
- 10 -10 10
- 10 10 10
- 10 10 -10
- texture blue.png
- 10 10
- 10 0
- 0 0
- end
- triangle wall
- vertices
- 10 -10 10
- 10 10 -10
- 10 -10 -10
- texture blue.png
- 10 10
- 0 0
- 0 10
- end
-end