summaryrefslogtreecommitdiffstats
path: root/levels/level2.xml
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/level2.xml
parent48ce809334713ef75d0f3c8d6b5c9fab16e2f335 (diff)
downloadzoom-3b2e35b66b0df22093505270bbabfc868a0a9a2b.tar
zoom-3b2e35b66b0df22093505270bbabfc868a0a9a2b.zip
libzoom: XML level loader implemented.
zoom: Converted old test level to XML.
Diffstat (limited to 'levels/level2.xml')
-rw-r--r--levels/level2.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/levels/level2.xml b/levels/level2.xml
deleted file mode 100644
index 67a5f43..0000000
--- a/levels/level2.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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>
-