diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-20 00:12:29 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-20 00:12:29 -0400 |
commit | 11f4af82626b0e35c35606b327e4181c7c88f228 (patch) | |
tree | 4daab2fbd8dc1ccce6cc69c4ae3479ce442f7f11 | |
parent | 0a9abffb2d6dd5e999242d5310350f88565cc98b (diff) | |
download | therapy-11f4af82626b0e35c35606b327e4181c7c88f228.tar.gz therapy-11f4af82626b0e35c35606b327e4181c7c88f228.tar.bz2 therapy-11f4af82626b0e35c35606b327e4181c7c88f228.zip |
Redesigned the moving platform sprite
-rw-r--r-- | res/entities.xml | 2 | ||||
-rw-r--r-- | res/platform.png | bin | 135 -> 135 bytes | |||
-rw-r--r-- | res/platform2.png | bin | 0 -> 171 bytes | |||
-rw-r--r-- | res/platform3.png | bin | 0 -> 177 bytes | |||
-rw-r--r-- | res/platform4.png | bin | 0 -> 165 bytes |
5 files changed, 1 insertions, 1 deletions
diff --git a/res/entities.xml b/res/entities.xml index 8f71062..b3d2c38 100644 --- a/res/entities.xml +++ b/res/entities.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | <entities> | 2 | <entities> |
3 | <entity id="checkpoint" name="Checkpoint" sprite="res/keyring.png" width="8" height="11" action="save" /> | 3 | <entity id="checkpoint" name="Checkpoint" sprite="res/keyring.png" width="8" height="11" action="save" /> |
4 | 4 | ||
5 | <entity id="movplat" name="Moving Platform" sprite="res/platform.png" width="24" height="8" action="carry"> | 5 | <entity id="movplat" name="Moving Platform" sprite="res/platform4.png" width="30" height="8" action="carry"> |
6 | <input id="dir" name="Direction" type="choice"> | 6 | <input id="dir" name="Direction" type="choice"> |
7 | <value id="0">Left</value> | 7 | <value id="0">Left</value> |
8 | <value id="1">Right</value> | 8 | <value id="1">Right</value> |
diff --git a/res/platform.png b/res/platform.png index a7462a4..ceb4451 100644 --- a/res/platform.png +++ b/res/platform.png | |||
Binary files differ | |||
diff --git a/res/platform2.png b/res/platform2.png new file mode 100644 index 0000000..fe22482 --- /dev/null +++ b/res/platform2.png | |||
Binary files differ | |||
diff --git a/res/platform3.png b/res/platform3.png new file mode 100644 index 0000000..cdfea17 --- /dev/null +++ b/res/platform3.png | |||
Binary files differ | |||
diff --git a/res/platform4.png b/res/platform4.png new file mode 100644 index 0000000..2c42bb1 --- /dev/null +++ b/res/platform4.png | |||
Binary files differ | |||