From 831312d5317a389cdca9591d857508f29718d304 Mon Sep 17 00:00:00 2001 From: auria Date: Tue, 23 Dec 2008 00:18:56 +0000 Subject: [PATCH] added new powerup icons by MiniBjorn git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2763 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- data/bowling.projectile | 2 +- data/bubblegum.projectile | 2 +- data/cake.projectile | 2 +- data/plunger.projectile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/bowling.projectile b/data/bowling.projectile index 6e70bb136..3f536735b 100644 --- a/data/bowling.projectile +++ b/data/bowling.projectile @@ -3,7 +3,7 @@ (tuxkart-collectable (name "Bowling") (model "bowling.ac") - (icon "bowlingicon.rgb") + (icon "bowling-icon.rgb") (speed 2.0) (min-height 0.2) ; height above terrain below which a spark is ; started to be pulled up diff --git a/data/bubblegum.projectile b/data/bubblegum.projectile index 51592353e..32b7aa201 100644 --- a/data/bubblegum.projectile +++ b/data/bubblegum.projectile @@ -3,7 +3,7 @@ (tuxkart-collectable (name "Bubble Gum") (model "../items/bubblegum.ac") - (icon "bubblegumicon.rgb") + (icon "bubblegum-icon.rgb") (speed 50.0) (min-height 0.3) (max-height 1.0) diff --git a/data/cake.projectile b/data/cake.projectile index 978451b7d..589aead73 100644 --- a/data/cake.projectile +++ b/data/cake.projectile @@ -3,7 +3,7 @@ (tuxkart-collectable (name "cake") (model "cake.ac") - (icon "cakeicon.rgb") + (icon "cake-icon.rgb") (speed 50.0) (min-height 0.2) (max-height 1.0) diff --git a/data/plunger.projectile b/data/plunger.projectile index 45d375d6f..8da2ba4d8 100644 --- a/data/plunger.projectile +++ b/data/plunger.projectile @@ -3,7 +3,7 @@ (tuxkart-collectable (name "Plunger") (model "plunger.ac") - (icon "plungericon.rgb") + (icon "plunger-icon.rgb") (speed 35.0) (min-height 0.2) ; height above terrain below which a spark is ; started to be pulled up