summaryrefslogtreecommitdiffstats
path: root/level.dtd
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-14 21:10:00 +0200
committerneoraider <devnull@localhost>2008-04-14 21:10:00 +0200
commit7df8aa74c6d11458248c5f5f3dd28eb762a2b407 (patch)
tree2894dde8c26a675ee2b37e03fcf0a0a1817eabff /level.dtd
parent9c24bd0bb259124e36367c9c8a62af7b19ba8e67 (diff)
downloadzoomedit-7df8aa74c6d11458248c5f5f3dd28eb762a2b407.tar
zoomedit-7df8aa74c6d11458248c5f5f3dd28eb762a2b407.zip
zoomedit:
* Updated test level and DTD
Diffstat (limited to 'level.dtd')
-rw-r--r--level.dtd4
1 files changed, 3 insertions, 1 deletions
diff --git a/level.dtd b/level.dtd
index d04db1f..934eeda 100644
--- a/level.dtd
+++ b/level.dtd
@@ -14,7 +14,7 @@
z CDATA #REQUIRED
>
-<!ELEMENT room (triangle)*>
+<!ELEMENT room (floor, (triangle)*)>
<!ATTLIST room
id ID #REQUIRED
>
@@ -26,6 +26,8 @@
room2 IDREF #REQUIRED
>
+<!ELEMENT floor (triangle)*>
+
<!ELEMENT triangle (vertex, normal?, texcoords?, vertex, normal?, texcoords?, vertex, normal?, texcoords?)>
<!ATTLIST triangle
visible (true|false) "true"