Added some coin sprite actions for the editor
authorLMH <lmh.0013@gmail.com>
Thu, 8 Aug 2013 02:38:10 +0000 (16:38 -1000)
committerLMH <lmh.0013@gmail.com>
Thu, 8 Aug 2013 02:38:10 +0000 (16:38 -1000)
data/images/engine/editor/heavy_coin.png [deleted file]
data/images/engine/editor/path_coin.png [deleted file]
data/images/objects/coin/coin.sprite
data/images/objects/coin/heavy_coin.png [new file with mode: 0644]
data/images/objects/coin/path_coin.png [new file with mode: 0644]

diff --git a/data/images/engine/editor/heavy_coin.png b/data/images/engine/editor/heavy_coin.png
deleted file mode 100644 (file)
index 0d762e6..0000000
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 (file)
index 5ff2bc5..0000000
Binary files a/data/images/engine/editor/path_coin.png and /dev/null differ
index 979015e..8ff6e01 100644 (file)
       (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 (file)
index 0000000..0d762e6
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 (file)
index 0000000..5ff2bc5
Binary files /dev/null and b/data/images/objects/coin/path_coin.png differ