summaryrefslogtreecommitdiffstats
path: root/levels/level2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'levels/level2.xml')
-rw-r--r--levels/level2.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/levels/level2.xml b/levels/level2.xml
new file mode 100644
index 0000000..67a5f43
--- /dev/null
+++ b/levels/level2.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE level PUBLIC "-//libzoom//DTD level 0.1//EN" "level.dtd">
+<level>
+ <info>
+ <name>Test Level</name>
+ <desc>Just a simple test level.</desc>
+ <start x="0.0" y="0.0" z="0.0"/>
+ </info>
+ <triangles>
+ <triangle type="wall" texture="t0">
+ <vertex x="-2.0" y="-2.0" z="-6.0"/><texcoords s="0.0" t="1.0"/>
+ <vertex x="2.0" y="-2.0" z="-6.0"/><texcoords s="1.0" t="1.0"/>
+ <vertex x="2.0" y="2.0" z="-6.0"/><texcoords s="1.0" t="0.0"/>
+ </triangle>
+ <triangle type="wall" texture="t0">
+ <vertex x="-2.0" y="-2.0" z="-6.0"/><texcoords s="0.0" t="1.0"/>
+ <vertex x="2.0" y="2.0" z="-6.0"/><texcoords s="1.0" t="0.0"/>
+ <vertex x="-2.0" y="2.0" z="-6.0"/><texcoords s="0.0" t="0.0"/>
+ </triangle>
+ <triangle type="wall" texture="t0">
+ <vertex x="-2.0" y="-2.0" z="2.0"/><texcoords s="1.0" t="1.0"/>
+ <vertex x="-2.0" y="2.0" z="2.0"/><texcoords s="1.0" t="0.0"/>
+ <vertex x="2.0" y="2.0" z="2.0"/><texcoords s="0.0" t="0.0"/>
+ </triangle>
+ <triangle type="wall" texture="t0">
+ <vertex x="-2.0" y="-2.0" z="2.0"/><texcoords s="1.0" t="1.0"/>
+ <vertex x="2.0" y="2.0" z="2.0"/><texcoords s="0.0" t="0.0"/>
+ <vertex x="2.0" y="-2.0" z="2.0"/><texcoords s="0.0" t="1.0"/>
+ </triangle>
+ </triangles>
+ <textures>
+ <texture id="t0" name="green.png"/>
+ </textures>
+</level>
+