projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88d45e1
)
added hatch sprite
author
Stephen Groundwater
<slacker@gluebox.com>
Fri, 1 Apr 2005 03:47:06 +0000
(
03:47
+0000)
committer
Stephen Groundwater
<slacker@gluebox.com>
Fri, 1 Apr 2005 03:47:06 +0000
(
03:47
+0000)
SVN-Revision: 2308
data/images/supertux.strf
patch
|
blob
|
history
diff --git
a/data/images/supertux.strf
b/data/images/supertux.strf
index
2ec2736
..
96a3a3a
100644
(file)
--- a/
data/images/supertux.strf
+++ b/
data/images/supertux.strf
@@
-1401,6
+1401,24
@@
(action
(images "shared/unstable_tile.png"))
)
-)
+; Hatch
+ (sprite (name "hatch")
+ (action
+ (name "default")
+ (x-offset 0)
+ (y-offset 0)
+ (images "shared/hatch-1.png"))
+ (action
+ (name "open")
+ (x-offset 0)
+ (y-offset 0)
+ (images "shared/hatch-1.png"
+ "shared/hatch-2.png"
+ "shared/hatch-3.png"
+ "shared/hatch-4.png"
+ "shared/hatch-5.png"
+ "shared/hatch-6.png"))
+ )
+)
;; EOF ;;