[Super-tux-commit] supertux/data/levels/bonus1 extro.txt,NONE,1.1 worldmap.stwm,1.2,1.3
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-12-05 16:57:52
|
Update of /cvsroot/super-tux/supertux/data/levels/bonus1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16796/data/levels/bonus1 Modified Files: worldmap.stwm Added Files: extro.txt Log Message: -Incorporated Marcin KoÅcielnicki patch that reintroduces the flying snowball, thanks -Changed worldmapfile format to support intro texts -Moved intro.txt extro.txt and extro-bonus.txt to levels/world1 and levels/bonus1 -Added a new text mode to the textfile system display that aligns the text at the left side. This is alot easier to read than all text centered. Still the current font is hard to read for long texts and should be improved/replaced somehow... -Use new translation system in the .txt files Index: worldmap.stwm =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/bonus1/worldmap.stwm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- worldmap.stwm 2 Dec 2004 01:41:55 -0000 1.2 +++ worldmap.stwm 5 Dec 2004 16:57:11 -0000 1.3 @@ -71,7 +71,7 @@ (x 30) (y 39)) (level (name "/bonus-level4.stl") - (extro-filelevel "extro-bonus.txt") + (extro-filelevel "extro.txt") (x 32) (y 46)) (level (name "bonus-level5.stl") --- NEW FILE: extro.txt --- (supertux-text (background "actis.jpg") (text (_ "-Congratulations! #You have successfully finished #Bonus Island I featuring levels contributed by Jason W. Thompson Torfi Gunnarsson Abednego Matr1x #If you didn't clear all levels yet, #find your way back home and take #another path. There is still more #challenge waiting for you! #And there is a secret level to be #found as well... #A big "Thank you" goes out to #everyone who contributed to this #release. We hope you enjoyed it!)) ) |