summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-02-09 17:07:55 +0100
committerAki <nthirtyone@gmail.com>2017-02-09 17:07:55 +0100
commit0a297ca570153ea07cf1eea76a33b2e56e5f14bc (patch)
tree7b1b54d4c2a0925e78b2d9bbc4035c6e5f1f9554
parentf6fec6e74b95d665998a8a08bfffb8a81d462cd3 (diff)
downloadroflnauts-0a297ca570153ea07cf1eea76a33b2e56e5f14bc.zip
roflnauts-0a297ca570153ea07cf1eea76a33b2e56e5f14bc.tar.gz
roflnauts-0a297ca570153ea07cf1eea76a33b2e56e5f14bc.tar.bz2
Fixed shapes of Ribbit's platforms
-rw-r--r--maps/ribbit.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/ribbit.lua b/maps/ribbit.lua
index 8b497b4..c3f5c78 100644
--- a/maps/ribbit.lua
+++ b/maps/ribbit.lua
@@ -32,13 +32,13 @@ return {
{
x = -70,
y = -5,
- shape = {0,3, 140,3, 132,26, 8,26},
+ shape = {0,3, 139,3, 134,24, 5,24},
sprite = "assets/platforms/ribbit-top.png"
},
{
x = -54,
y = 63,
- shape = {0,3, 108,3, 84,41, 24,41},
+ shape = {0,3, 107,3, 75,44, 32,44},
sprite = "assets/platforms/ribbit-bottom.png"
}
},