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.22,1.23 story.scr,1


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/data/data core.scr,1.22,1.23 story.scr,1.4,1.5 worldmaps.scr,1.5,1.6
Date: 25 Mar 2003 23:20:20 -0000

Update of /var/lib/cvs/Games/Pingus/data/data
In directory dark:/tmp/cvs-serv29612/data

Modified Files:
        core.scr story.scr worldmaps.scr 
Log Message:
repainted worldmap a bit and fixed code a bit, not final, but getting closer

Index: core.scr
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/data/data/core.scr,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- core.scr    21 Mar 2003 23:29:44 -0000      1.22
+++ core.scr    25 Mar 2003 23:20:17 -0000      1.23
@@ -64,7 +64,7 @@
 
 section menu 
 {
-       //background = ../images/core/menu/background.jpg (type=surface, x=0, 
y=0, width=800, height=600);
+       background = ../images/core/menu/background.jpg (type=surface, x=0, 
y=0, width=800, height=600);
 
         startscreenbg = ../images/core/menu/startscreenbg.jpg (type=surface);
 

Index: story.scr
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/data/data/story.scr,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- story.scr   30 Nov 2001 20:22:20 -0000      1.4
+++ story.scr   25 Mar 2003 23:20:18 -0000      1.5
@@ -2,10 +2,11 @@
 
 section Story
 {
-       story1 = ../images/story/story0.jpg (type=surface, x=0, y=0, width=640, 
height=200);
+       story0 = ../images/story/story0.jpg (type=surface, x=0, y=0, width=640, 
height=200);
        story1 = ../images/story/story1.jpg (type=surface, x=0, y=0, width=640, 
height=200);
        story2 = ../images/story/story2.jpg (type=surface, x=0, y=0, width=640, 
height=200);
        story3 = ../images/story/story3.jpg (type=surface, x=0, y=0, width=640, 
height=200);
+        background = ../images/core/menu/worldscreenbg.jpg (type=surface);
 }
 
 // EOF

Index: worldmaps.scr
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/data/data/worldmaps.scr,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- worldmaps.scr       26 Nov 2002 21:30:37 -0000      1.5
+++ worldmaps.scr       25 Mar 2003 23:20:18 -0000      1.6
@@ -4,6 +4,7 @@
         layer0 = ../images/worldmaps/tutorial_layer0.jpg (type=surface);
         layer1 = ../images/worldmaps/tutorial_layer1.png (type=surface);
         layer2 = ../images/worldmaps/tutorial_layer2.png (type=surface);
+        layer3 = ../images/worldmaps/tutorial_layer3.png (type=surface);
 }
 
 volcano = ../images/worldmaps/volcano.jpg (type=surface, x=0, y=0, width=800, 
height=600);





reply via email to

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