From: Stephen Groundwater Date: Sat, 5 Nov 2005 19:32:07 +0000 (+0000) Subject: added worldmap sprite X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f12f75d71018aa321aad8370c5d13fcf6411224d;p=supertux.git added worldmap sprite SVN-Revision: 2946 --- diff --git a/data/images/worldmap/common/n_stone.sprite b/data/images/worldmap/common/n_stone.sprite new file mode 100644 index 000000000..1819cecfb --- /dev/null +++ b/data/images/worldmap/common/n_stone.sprite @@ -0,0 +1,14 @@ +(supertux-sprite + (action + (name "default") + (x-offset 16) + (y-offset 16) + (images "n_stone.png") + ) + (action + (name "solved") + (x-offset 16) + (y-offset 16) + (images "n_stone.png") + ) +)