diff options
author | Aki <nthirtyone@gmail.com> | 2017-02-09 16:19:22 +0100 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-02-09 16:19:22 +0100 |
commit | f6fec6e74b95d665998a8a08bfffb8a81d462cd3 (patch) | |
tree | ada6b49299ee3d5ee078d526c80c8319fcf56640 | |
parent | a0bb2b8e576751a3ca550dfc2a3236a0ac7b1270 (diff) | |
download | roflnauts-f6fec6e74b95d665998a8a08bfffb8a81d462cd3.zip roflnauts-f6fec6e74b95d665998a8a08bfffb8a81d462cd3.tar.gz roflnauts-f6fec6e74b95d665998a8a08bfffb8a81d462cd3.tar.bz2 |
Rill platform shapes fixed
-rw-r--r-- | maps/rill.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/rill.lua b/maps/rill.lua index e150335..83c02f2 100644 --- a/maps/rill.lua +++ b/maps/rill.lua @@ -20,31 +20,31 @@ return { { x = -151, y = 25, - shape = {0,0, 56,0, 56,12, 0,12}, + shape = {0,0, 55,0, 55,11, 0,11}, sprite = "assets/platforms/rill-flat-left.png" }, { x = 93, y = 25, - shape = {0,0, 56,0, 56,12, 0,12}, + shape = {0,0, 55,0, 55,11, 0,11}, sprite = "assets/platforms/rill-flat-right.png" }, { x = -24, y = 55, - shape = {0,0, 49,0, 47,18, 3,18, 0,4}, + shape = {0,0, 48,0, 47,15, 1,15}, sprite = "assets/platforms/rill-center.png" }, { x = -112, y = 80, - shape = {78,30, 17,0, 0,0, 0,7, 78,45}, + shape = {77,30, 17,0, 0,0, 0,7, 77,44}, sprite = "assets/platforms/rill-slope-left.png" }, { x = 35, y = 80, - shape = {0,30, 61,0, 78,0, 78,7, 0,45}, + shape = {0,30, 60,0, 77,0, 77,7, 0,44}, sprite = "assets/platforms/rill-slope-right.png" } }, |