diff options
Diffstat (limited to 'levels')
-rw-r--r-- | levels/level.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/levels/level.xml b/levels/level.xml index 0cbc92f..e01914e 100644 --- a/levels/level.xml +++ b/levels/level.xml @@ -40,6 +40,22 @@ <vertex x="2.0" y="-2.0" z="2.0"/> <texcoords s="0.0" t="1.0"/> </triangle> + <triangle 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="6.0" y="2.0" z="-2.0"/> + <texcoords s="0.0" t="0.0"/> + </triangle> + <triangle texture="t0"> + <vertex x="2.0" y="-2.0" z="-2.0"/> + <texcoords s="1.0" t="1.0"/> + <vertex x="6.0" y="2.0" z="-2.0"/> + <texcoords s="0.0" t="0.0"/> + <vertex x="6.0" y="-2.0" z="-2.0"/> + <texcoords s="0.0" t="1.0"/> + </triangle> <triangle texture="t1"> <vertex x="-2.0" y="2.0" z="-6.0"/> <texcoords s="0.0" t="1.0"/> |