From f12f75d71018aa321aad8370c5d13fcf6411224d Mon Sep 17 00:00:00 2001 From: Stephen Groundwater Date: Sat, 5 Nov 2005 19:32:07 +0000 Subject: [PATCH] added worldmap sprite SVN-Revision: 2946 --- data/images/worldmap/common/n_stone.sprite | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/images/worldmap/common/n_stone.sprite 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") + ) +) -- 2.11.0