pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/data/prefabs test.xml,1.1,1.2


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/data/prefabs test.xml,1.1,1.2
Date: 15 Sep 2002 16:49:22 -0000

Update of /usr/local/cvsroot/Games/Pingus/data/prefabs
In directory dark:/tmp/cvs-serv12597/data/prefabs

Modified Files:
        test.xml 
Log Message:
hooked up the prefab stuff into the makefiles

Index: test.xml
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/data/prefabs/test.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test.xml    24 Jun 2002 23:31:59 -0000      1.1
+++ test.xml    15 Sep 2002 16:49:20 -0000      1.2
@@ -1,46 +1,44 @@
-  <pingus-prefab>
+<pingus-prefab>
+  <name>Default Entrance</name>
+  <uid>test</uid> <!-- probally reduntant, since filename is already 
uid+".xml" -->
 
-    <name>Default Entrance</name>
+  <!-- probally redundant, could be created on-demand -->
+  <thumbnail>
+    <surface>
+      <resource type="datafile">
+       <resource-datafile>hotspots</resource-datafile>
+       <resource-ident>desert/smallegyptpic</resource-ident>
+      </resource>
+    </surface>
+  </thumbnail>
 
-    <thumbnail>
-      <surface>
-       <resource type="datafile">
+  <group>
+    <hotspot>
+      <surface><resource type="datafile">
          <resource-datafile>hotspots</resource-datafile>
-         <resource-ident>desert/smallegyptpic</resource-ident>
-       </resource>
-      </surface>
-    </thumbnail>
-
-    <object>
-      <group>
-       <hotspot>
-         <surface><resource type="datafile">
-             <resource-datafile>hotspots</resource-datafile>
-             <resource-ident>desert/smalldimwall</resource-ident>
-           </resource></surface>
-         <position>
-           <x-pos>217</x-pos>
-           <y-pos>307</y-pos>
-           <z-pos>0</z-pos>
-         </position>
-         <speed>-1</speed>
-         <parallax>1</parallax>
-       </hotspot>
-
-       <hotspot>
-         <surface><resource type="datafile">
-             <resource-datafile>hotspots</resource-datafile>
-             <resource-ident>desert/smallegyptpic</resource-ident>
-           </resource></surface>
-         <position>
-           <x-pos>207</x-pos>
-           <y-pos>186</y-pos>
-           <z-pos>0</z-pos>
-         </position>
-         <speed>-1</speed>
-         <parallax>1</parallax>
-       </hotspot>
-      </group>
-    </object>
+         <resource-ident>desert/smalldimwall</resource-ident>
+       </resource></surface>
+      <position>
+       <x-pos>217</x-pos>
+       <y-pos>307</y-pos>
+       <z-pos>0</z-pos>
+      </position>
+      <speed>-1</speed>
+      <parallax>1</parallax>
+    </hotspot>
 
-  </pingus-prefab>
\ No newline at end of file
+    <hotspot>
+      <surface><resource type="datafile">
+         <resource-datafile>hotspots</resource-datafile>
+         <resource-ident>desert/smallegyptpic</resource-ident>
+       </resource></surface>
+      <position>
+       <x-pos>207</x-pos>
+       <y-pos>186</y-pos>
+       <z-pos>0</z-pos>
+      </position>
+      <speed>-1</speed>
+      <parallax>1</parallax>
+    </hotspot>
+  </group>
+</pingus-prefab>
\ No newline at end of file





reply via email to

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