pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus TODO,1.49,1.50


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus TODO,1.49,1.50
Date: 26 Jun 2002 12:08:40 -0000

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

Modified Files:
        TODO 
Log Message:
- a new level with fliped/rotated objects
- misc other changes

Index: TODO
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/TODO,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- TODO        27 Apr 2002 12:19:38 -0000      1.49
+++ TODO        26 Jun 2002 12:08:38 -0000      1.50
@@ -38,6 +38,35 @@
 
 * fix all major action bugs
 
+* resource syntax change
+
+    <surface>
+      <resource type="datafile">
+       <resource-datafile>global</resource-datafile>
+       <resource-ident>GroundPieces/piece5</resource-ident>
+      </resource>
+    </surface>
+
+should become:
+
+    <surface>
+      <location>
+        <resource-datafile>
+         <resource-datafile>global</resource-datafile>
+                 <resource-ident>GroundPieces/piece5</resource-ident>
+        </resource-datafile>
+      </location>
+
+      <modifier>
+       <orientation>rot0</orientation>
+        <color>
+          <red>...
+          ...
+        </color>
+      </modifier>
+    </surface>
+
+
 ============================
 
 Current Bugs:




reply via email to

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