Update of /cvsroot/super-tux/supertux/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2323/data
Modified Files:
supertux.strf
Added Files:
intro.txt extro.txt
Log Message:
- memleak fix and menu fix from MatzeB
- little bullet tweaking from myself
- added story
--- NEW FILE: intro.txt ---
- Gwen gets captured! -
Tux and Gwen were out having a nice
picnic on the ice fields of Antarctica.
Suddenly, a creature jumped from
behind an ice bush, there was a flash,
and Tux fell asleep!
When Tux wakes up, he finds that Gwen
is missing. Where she lay before now
lies a letter. "Tux, my arch enemy!"
says the letter. "I have captured
your beautiful Gwen and have taken her
to my fortress. The path to my fortress
is littered with my minions. Give up on
the thought of trying to reclaim her,
you haven't a chance! -Nolok"
Tux looks and see Nolok's fortress in
the distance. Determined to save his
beloved Gwen, he begins his journey.
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- supertux.strf 25 Apr 2004 17:17:10 -0000 1.22
+++ supertux.strf 25 Apr 2004 21:55:23 -0000 1.23
@@ -1,3 +1,4 @@
+;; -*- mode: scheme; -*-
(supertux-resources
;; Small Tux Walk
(sprite (name "smalltux-walk-left")
@@ -155,7 +156,7 @@
(images "shared/tux-duck-left.png"))
(sprite (name "largetux-duck-right")
(x-hotspot 6)
- (y-hotspot 6)
+ (y-hotspot 2)
(images "shared/tux-duck-right.png"))
@@ -473,6 +474,15 @@
"shared/iceflower-3.png"
"shared/iceflower-2.png"
"shared/iceflower-1.png"))
+
+ (sprite (name "bullet")
+ (x-hotspot 12)
+ (x-hotspot 12)
+ (fps 20)
+ (images "shared/bullet-1.png"
+ "shared/bullet-2.png"
+ "shared/bullet-3.png"
+ "shared/bullet-4.png"))
)
;; EOF ;;
--- NEW FILE: extro.txt ---
- Entering Nolok's Throne Room! -
Tux ran into Nolok's throne room,
frantically searching for his beloved.
Alas, he found neither Penny nor Nolok
there, but instead, another note.
"Well done, Tux, well done. If you are
reading this, you have removed my
control over this icy fortress. But as
you can see, your beloved Penny is not
here. What you did not realize is that
this is just one of my many fortresses,
spread far across the lands!
"Tux, your ambition is most honorable,
but futile nonetheless. With every
fortress you conquer of mine, I will
escape to another, and take Penny with
me. Do not be silly... it is best that
you give up now."
Tux was sadly leaving the room, when he
felt something beneath his foot... an
envelope, addressed to him! Inside was
a roughly sketched map with fortresses
drawn in various lands. On the corner
of the map was Penny's signature, a
drawing of the ice flower.
Tux ran out of the fortress, map in
hand. No, he decided, he would not give
up. Penny was counting on him.
|