pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src story_screen.cxx,1.9,1.10


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src story_screen.cxx,1.9,1.10
Date: 5 Apr 2003 20:08:45 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv4236

Modified Files:
        story_screen.cxx 
Log Message:
story... finally

Index: story_screen.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/story_screen.cxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- story_screen.cxx    5 Apr 2003 18:36:50 -0000       1.9
+++ story_screen.cxx    5 Apr 2003 20:08:43 -0000       1.10
@@ -178,30 +178,40 @@
         "                                                  Good Luck!")));
 
 
-  /* 
-     Now after you and the Pingus have learned the basics and
-     practiced a bit it is time to move on and begin the journey into
-     the world. Since the floe with which the Pingus traveled to the
-     Tutorial Island isn't going to hold the whole way into the warmer
-     climated regions the Pingus have to find something else to guide
-     there on there journey.
+  pages.push_back
+    (StoryPage
+     (ResDescriptor("Story/credits1", "story"), 
+      _("Now after you and the Pingus have learned the basics and\n"
+        "practiced a bit it is time to move on and begin the journey into\n"
+        "the world. Since the floe with which the Pingus traveled to the\n"
+        "Tutorial Island isn't going to hold the whole way into the warmer\n"
+        "climated regions the Pingus have to find something else to guide\n"
+        "there on there journey.\n")));
 
-     But as the eldest have said, the Tutorial Island provides not
-     only a way to practive, but it is also the starting point into
-     the world, cause the wood if the large tree at the end of the
-     island is brings good wood to construct a float.
+  pages.push_back
+    (StoryPage
+     (ResDescriptor("Story/credits2", "story"), 
+      _("But as the eldest have said, the Tutorial Island provides not\n"
+        "only a way to practive, but it is also the starting point into\n"
+        "the world, cause the wood if the large tree at the end of the\n"
+        "island is brings good wood to construct a float.\n")));
      
-     So the Pingus set out and constructed a some large floats, enough
-     to carry them all. After also packaging up a bunch of provisions
-     they where prepared to finally start of there journey and leave
-     their familiar ground and entering the unknown parts of the
-     world.
+  pages.push_back
+    (StoryPage
+     (ResDescriptor("Story/credits3", "story"), 
+      _("So the Pingus set out and constructed a some large floats, enough\n"
+        "to carry them all. After also packaging up a bunch of provisions\n"
+        "they where prepared to finally start of there journey and leave\n"
+        "their familiar ground and entering the unknown parts of the\n"
+        "world.\n")));
      
-     So the Pingus sat on there float, worrying whats to come and
-     where to go, while floating into the sunset.
-
-     To be continued...
-   */
+  pages.push_back
+    (StoryPage
+     (ResDescriptor("Story/credits4", "story"), 
+      _("So the Pingus sat on there float, worrying whats to come and\n"
+        "where to go, while floating into the sunset.\n"
+        "\n"
+        "To be continued...")));
 
     std::reverse(pages.begin(), pages.end());
 





reply via email to

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