35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?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>
|
|
|