pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/doc worldmap.xml,1.2,1.3


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/doc worldmap.xml,1.2,1.3
Date: 1 Oct 2002 23:10:43 -0000

Update of /usr/local/cvsroot/Games/Pingus/doc
In directory dark:/tmp/cvs-serv1737/doc

Modified Files:
        worldmap.xml 
Log Message:
- fixed hammer
- added line numbers to a xml error message
- fixed trap parsing code


Index: worldmap.xml
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/doc/worldmap.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- worldmap.xml        8 Sep 2002 18:13:04 -0000       1.2
+++ worldmap.xml        1 Oct 2002 23:10:41 -0000       1.3
@@ -32,19 +32,22 @@
   <!-- Objects are other things on the worldmap, most likly background
   surfaces or other animated stuff -->
   <objects>
-    <sprite>
-      <resource-desc>...</resource-desc>
-      <position>
-       ...
-      </position>
-    </sprite>
+    <!-- container for a worldobj -->
+    <object id="tree_1">
+      <sprite>
+       <resource-desc>...</resource-desc>
+       <position>
+         ...
+       </position>
+      </sprite>
 
-    <birds>
-      <position>
-       ...
-      </position>
-    </sprite>
-      ...
+      <birds>
+       <position>
+         ...
+       </position>
+      </birds>
+    </object>
+    ...
   </objects>
 
   <properties>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]