[Super-tux-commit] supertux/data/images supertux.strf,1.35,1.36
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2005-03-30 20:50:53
|
Update of /cvsroot/super-tux/supertux/data/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2594/data/images Modified Files: supertux.strf Log Message: fixed door sprite after shrinking it... Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- supertux.strf 30 Mar 2005 03:01:59 -0000 1.35 +++ supertux.strf 30 Mar 2005 20:50:21 -0000 1.36 @@ -1282,12 +1282,12 @@ (action (name "default") (x-offset 0) - (y-offset 64) + (y-offset 0) (images "shared/door-1.png")) (action (name "open") (x-offset 0) - (y-offset 64) + (y-offset 0) (images "shared/door-1.png" "shared/door-2.png" "shared/door-3.png" |