summaryrefslogtreecommitdiffstats
path: root/levels/level2.xml
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-05-13 16:58:03 +0200
committerneoraider <devnull@localhost>2007-05-13 16:58:03 +0200
commit48ce809334713ef75d0f3c8d6b5c9fab16e2f335 (patch)
tree45d13a9e89762838e1d072b58e4842241336801a /levels/level2.xml
parentb63df0c05724905ec030e6ff3fcdc71299f2268f (diff)
downloadzoom-48ce809334713ef75d0f3c8d6b5c9fab16e2f335.tar
zoom-48ce809334713ef75d0f3c8d6b5c9fab16e2f335.zip
Added xml level + dtd.
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>
+