From 6000e234142ee137ed4a5c843cb0fb3881df47c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Wed, 24 Dec 2003 12:43:42 +0000 Subject: [PATCH] update SVN-Revision: 36 --- AUTHORS.txt | 4 ++-- CHANGES.txt | 15 +++++++++++---- LEVELDESIGN | 12 +++++++----- README.txt | 33 ++++++++++++++++----------------- 4 files changed, 36 insertions(+), 28 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 848222cda..45eea4c1a 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -6,7 +6,7 @@ http://www.newbreedsoftware.com/supertux/ Version 0.0.5 -December 9, 2003 +December 24th, 2003 CREDITS @@ -15,7 +15,7 @@ CREDITS http://www.newbreedsoftware.com/bill/ Tobias Glaesser - + Duong-Khang NGUYEN Graphics: Bill Kendrick, using The GIMP http://www.gimp.org/ diff --git a/CHANGES.txt b/CHANGES.txt index 675988c1d..9b581ae11 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,8 +4,18 @@ by Bill Kendrick & Tobias Glaesser bill@newbreedsoftware.com http://www.newbreedsoftware.com/supertux/ -0.0.5 - December 19th, 2003 - ??? +0.0.5 - December 24th, 2003 --------------------------- + * Added "Level 2" + Tobias Glaesser + + * Added a menu. You can set sound and fullscreen on and off for example. + Tobias Glaesser + + * Improved sound handling again. Added: playing different + songs in one level is now supported (now we need new songs!) + Duong-Khang NGUYEN + * Added 'PAUSE' feature. Tobias Glaesser @@ -49,9 +59,6 @@ http://www.newbreedsoftware.com/supertux/ * Initial support for additional levels. Tobias Glaesser - * Added small "Level 2" - Tobias Glaesser - * One-ups ever 100 distros Tobias Glaesser diff --git a/LEVELDESIGN b/LEVELDESIGN index 1c4c81144..7580f50db 100644 --- a/LEVELDESIGN +++ b/LEVELDESIGN @@ -2,14 +2,16 @@ HEAD: -------- 1. Name of the level. -2. The time you have to finish the level. -3. Defines the music file, which should be played. -4,5,6. RGB values for the background of the level. -7. Defines the level's length. +2. The theme of the level. The game will look in "supertuxdir/data/images/theme" +3. The time you have to finish the level. +4. Defines the music file, which should be played. +5,6,7. RGB values for the background of the level. +8. Defines the level's length. Example: ---------- Antarctica +antarctica 240 ji_turn.it 128 @@ -40,4 +42,4 @@ $ <- Distro * <- Poletop | <- Pole \ <- Flag -& <- Water \ No newline at end of file +& <- Water diff --git a/README.txt b/README.txt index 77396168b..84aa630b1 100644 --- a/README.txt +++ b/README.txt @@ -6,7 +6,7 @@ http://www.newbreedsoftware.com/supertux/ Version 0.0.5 -December 17, 2003 +December 24th, 2003 NOTICE! THIS GAME IS UNDER CONSTRUCTION! @@ -81,17 +81,17 @@ SCREEN LAYOUT UNDER CONSTRUCTION +-------------------------------------------------+ - |SCORE 1230 TIME 128 DISTROS 93 | - |HIGH 100 | - | | - | | - | | - | | - | | - | | - | | - | | - | | + |SCORE 1230 TIME 128 DISTROS 93 | + |HIGH 100 | + | | + | | + | | + | | + | | + | | + | | + | | + | | +-------------------------------------------------+ @@ -121,10 +121,9 @@ PLAYING THE GAME Pausing ------- - NOT IMPLEMENTED - - To pause the game, you can press either the [TAB] or [P] key. - To unpause, press one of those keys again. + + To pause the game, you can press the [P] key. + To unpause, press [P] again. Quitting -------- @@ -155,7 +154,6 @@ GAME OVER SCREEN OPTIONS FILE ------------ - NOT IMPLEMENTED When Super Tux starts up, it looks for an options file. @@ -163,6 +161,7 @@ OPTIONS FILE Under Windows, this file is "supertux.dat" in the Super Tux folder. This file records high score scores and initials, and volume settings. + Currently it only records high score. THE END -- 2.11.0