summaryrefslogtreecommitdiffstats
path: root/level.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'level.dtd')
-rw-r--r--level.dtd5
1 files changed, 1 insertions, 4 deletions
diff --git a/level.dtd b/level.dtd
index 934eeda..8ef0604 100644
--- a/level.dtd
+++ b/level.dtd
@@ -14,20 +14,17 @@
z CDATA #REQUIRED
>
-<!ELEMENT room (floor, (triangle)*)>
+<!ELEMENT room (triangle)*>
<!ATTLIST room
id ID #REQUIRED
>
<!ELEMENT gate (triangle)*>
<!ATTLIST gate
- id ID #REQUIRED
room1 IDREF #REQUIRED
room2 IDREF #REQUIRED
>
-<!ELEMENT floor (triangle)*>
-
<!ELEMENT triangle (vertex, normal?, texcoords?, vertex, normal?, texcoords?, vertex, normal?, texcoords?)>
<!ATTLIST triangle
visible (true|false) "true"