This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoom/levels/level2.xml
2007-05-13 14:58:03 +00:00

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>