[Super-tux-commit] supertux/data supertux.strf,1.1,1.2
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-17 12:13:51
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16259/data Modified Files: supertux.strf Log Message: - fixed some bugs in the resource file Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/supertux.strf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- supertux.strf 17 Apr 2004 10:48:03 -0000 1.1 +++ supertux.strf 17 Apr 2004 12:13:42 -0000 1.2 @@ -29,6 +29,12 @@ (sprite (name "bsod-squished-right") (images "shared/bsod-squished-right.png")) + (sprite (name "snowball-squished-left") + (images "shared/bsod-squished-left.png")) + + (sprite (name "snowball-squished-right") + (images "shared/bsod-squished-right.png")) + (sprite (name "bsod-falling-left") (images "shared/bsod-falling-left.png")) @@ -59,11 +65,11 @@ (sprite (name "laptop-falling-right") (images "shared/laptop-falling-right.png")) - (sprite (name "img-jumpy-left-up") + (sprite (name "jumpy-left-up") (images "shared/jumpy-left-up-0.png")) - (sprite (name "img-jumpy-left-down") + (sprite (name "jumpy-left-down") (images "shared/jumpy-left-down-0.png")) - (sprite (name "img-jumpy-middle-up") + (sprite (name "jumpy-left-middle") (images "shared/jumpy-left-middle-0.png")) (sprite (name "mrbomb-left") @@ -102,7 +108,7 @@ (images "shared/fish-left-0.png" "shared/fish-left-1.png")) - (sprite (name "fish") + (sprite (name "fish-down") (images "shared/fish-down-0.png")) (sprite (name "bouncingsnowball-left") @@ -152,11 +158,6 @@ "shared/snowball-right-2.png" "shared/snowball-right-1.png")) - (sprite (name "bsod-squished-left") - (images "shared/bsod-squished-left.png")) - - (sprite (name "bsod-squished-right") - (images "shared/bsod-squished-right.png")) ) ;; EOF ;; |