pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/data/data core.scr,1.18,1.19 pingus.scr,1


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/data/data core.scr,1.18,1.19 pingus.scr,1.33,1.34
Date: 13 Sep 2002 18:28:28 -0000

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

Modified Files:
        core.scr pingus.scr 
Log Message:
- added little marker that this is an unplayable develpment version
- fixed bug in laser_exit_obj
- fixed bug in laser kill

Index: core.scr
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/data/data/core.scr,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- core.scr    29 Jun 2002 09:44:56 -0000      1.18
+++ core.scr    13 Sep 2002 18:28:25 -0000      1.19
@@ -104,6 +104,8 @@
         flag1 = ../images/core/misc/flag1.png (type=surface, x=0, y=0, 
width=27, height=38);
         flag2 = ../images/core/misc/flag2.png (type=surface, x=0, y=0, 
width=27, height=38);
         flag3 = ../images/core/misc/flag3.png (type=surface, x=0, y=0, 
width=27, height=38);
+
+        unplayable = ../images/core/misc/unplayable.png (type=surface);
 }
 
 section worldmap

Index: pingus.scr
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/data/data/pingus.scr,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- pingus.scr  17 Feb 2002 23:49:29 -0000      1.33
+++ pingus.scr  13 Sep 2002 18:28:25 -0000      1.34
@@ -95,7 +95,7 @@
        explo1        = ../images/pingus/explo1.png         (type=surface, x=0, 
y=0, width=64, height=64);
        explo2        = ../images/pingus/explo2.png         (type=surface, x=0, 
y=0, width=64, height=64);
        explo3        = ../images/pingus/explo3.png         (type=surface, x=0, 
y=0, width=64, height=64);
-//     laser_kill    = ../images/pingus/laser_kill.tga    (type=surface, x=0, 
y=0, width=33, height=32, array=9x2);
+       laser_kill    = ../images/pingus/laser_kill.png     (type=surface, x=0, 
y=0, width=33, height=32, array=9x2);
 }
 
 section XMas





reply via email to

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