summaryrefslogtreecommitdiffstats
path: root/levels/level2.xml
blob: 67a5f432d29e9ace8ac18b04a81e504c3f251b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>