From: LMH Date: Thu, 8 Aug 2013 02:38:10 +0000 (-1000) Subject: Added some coin sprite actions for the editor X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=b2aa29cc42404122514bc3b6dab4607b3907aaf3;p=supertux.git Added some coin sprite actions for the editor --- diff --git a/data/images/engine/editor/heavy_coin.png b/data/images/engine/editor/heavy_coin.png deleted file mode 100644 index 0d762e647..000000000 Binary files a/data/images/engine/editor/heavy_coin.png and /dev/null differ diff --git a/data/images/engine/editor/path_coin.png b/data/images/engine/editor/path_coin.png deleted file mode 100644 index 5ff2bc5f1..000000000 Binary files a/data/images/engine/editor/path_coin.png and /dev/null differ diff --git a/data/images/objects/coin/coin.sprite b/data/images/objects/coin/coin.sprite index 979015eb9..8ff6e01d7 100644 --- a/data/images/objects/coin/coin.sprite +++ b/data/images/objects/coin/coin.sprite @@ -12,4 +12,10 @@ (action (name "still") (images "coin-0.png")) + (action + (name "editor-path") + (images "path_coin.png")) + (action + (name "editor-heavy") + (images "heavy_coin.png")) ) diff --git a/data/images/objects/coin/heavy_coin.png b/data/images/objects/coin/heavy_coin.png new file mode 100644 index 000000000..0d762e647 Binary files /dev/null and b/data/images/objects/coin/heavy_coin.png differ diff --git a/data/images/objects/coin/path_coin.png b/data/images/objects/coin/path_coin.png new file mode 100644 index 000000000..5ff2bc5f1 Binary files /dev/null and b/data/images/objects/coin/path_coin.png differ