From: Stephen Groundwater Date: Sat, 20 May 2006 15:44:13 +0000 (+0000) Subject: Added sample sparkle magic for key discovery. See world2/key5.stl X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d8b69b77aec7878ab1eebfb31ed37fd372d5056b;p=supertux.git Added sample sparkle magic for key discovery. See world2/key5.stl SVN-Revision: 3560 --- diff --git a/data/images/objects/keys/key_air.sprite b/data/images/objects/keys/key_air.sprite index 130e0d422..1c7ee4cf3 100644 --- a/data/images/objects/keys/key_air.sprite +++ b/data/images/objects/keys/key_air.sprite @@ -1,7 +1,23 @@ (supertux-sprite (action (name "default") - (images "air.png") + (images "sparkle-1.png" +"sparkle-2.png" +"sparkle-3.png" +"sparkle-4.png" +"sparkle-5.png" +"sparkle-6.png" +"sparkle-7.png" +"sparkle-8.png" +"sparkle-9.png" +"sparkle-10.png" +"sparkle-11.png" +"sparkle-12.png" +"sparkle-13.png" +"sparkle-14.png" +"sparkle-15.png" +"sparkle-16.png" +) ) (action (name "display") diff --git a/data/images/objects/keys/sparkle-1.png b/data/images/objects/keys/sparkle-1.png new file mode 100644 index 000000000..654b224dc Binary files /dev/null and b/data/images/objects/keys/sparkle-1.png differ diff --git a/data/images/objects/keys/sparkle-10.png b/data/images/objects/keys/sparkle-10.png new file mode 100644 index 000000000..82c145955 Binary files /dev/null and b/data/images/objects/keys/sparkle-10.png differ diff --git a/data/images/objects/keys/sparkle-11.png b/data/images/objects/keys/sparkle-11.png new file mode 100644 index 000000000..1496440d6 Binary files /dev/null and b/data/images/objects/keys/sparkle-11.png differ diff --git a/data/images/objects/keys/sparkle-12.png b/data/images/objects/keys/sparkle-12.png new file mode 100644 index 000000000..cb124e0fc Binary files /dev/null and b/data/images/objects/keys/sparkle-12.png differ diff --git a/data/images/objects/keys/sparkle-13.png b/data/images/objects/keys/sparkle-13.png new file mode 100644 index 000000000..e3011f2d2 Binary files /dev/null and b/data/images/objects/keys/sparkle-13.png differ diff --git a/data/images/objects/keys/sparkle-14.png b/data/images/objects/keys/sparkle-14.png new file mode 100644 index 000000000..3ad0246ed Binary files /dev/null and b/data/images/objects/keys/sparkle-14.png differ diff --git a/data/images/objects/keys/sparkle-15.png b/data/images/objects/keys/sparkle-15.png new file mode 100644 index 000000000..fe7fa61e2 Binary files /dev/null and b/data/images/objects/keys/sparkle-15.png differ diff --git a/data/images/objects/keys/sparkle-16.png b/data/images/objects/keys/sparkle-16.png new file mode 100644 index 000000000..08fe3e993 Binary files /dev/null and b/data/images/objects/keys/sparkle-16.png differ diff --git a/data/images/objects/keys/sparkle-2.png b/data/images/objects/keys/sparkle-2.png new file mode 100644 index 000000000..eac717d39 Binary files /dev/null and b/data/images/objects/keys/sparkle-2.png differ diff --git a/data/images/objects/keys/sparkle-3.png b/data/images/objects/keys/sparkle-3.png new file mode 100644 index 000000000..df2141f74 Binary files /dev/null and b/data/images/objects/keys/sparkle-3.png differ diff --git a/data/images/objects/keys/sparkle-4.png b/data/images/objects/keys/sparkle-4.png new file mode 100644 index 000000000..5f2240290 Binary files /dev/null and b/data/images/objects/keys/sparkle-4.png differ diff --git a/data/images/objects/keys/sparkle-5.png b/data/images/objects/keys/sparkle-5.png new file mode 100644 index 000000000..87e3878ee Binary files /dev/null and b/data/images/objects/keys/sparkle-5.png differ diff --git a/data/images/objects/keys/sparkle-6.png b/data/images/objects/keys/sparkle-6.png new file mode 100644 index 000000000..a27076eb0 Binary files /dev/null and b/data/images/objects/keys/sparkle-6.png differ diff --git a/data/images/objects/keys/sparkle-7.png b/data/images/objects/keys/sparkle-7.png new file mode 100644 index 000000000..0b2d038e7 Binary files /dev/null and b/data/images/objects/keys/sparkle-7.png differ diff --git a/data/images/objects/keys/sparkle-8.png b/data/images/objects/keys/sparkle-8.png new file mode 100644 index 000000000..776d1b88a Binary files /dev/null and b/data/images/objects/keys/sparkle-8.png differ diff --git a/data/images/objects/keys/sparkle-9.png b/data/images/objects/keys/sparkle-9.png new file mode 100644 index 000000000..0bb60184b Binary files /dev/null and b/data/images/objects/keys/sparkle-9.png differ