summaryrefslogtreecommitdiffhomepage
path: root/maps/default.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-02-09 18:05:05 +0100
committerAki <nthirtyone@gmail.com>2017-02-09 18:05:05 +0100
commit32d5db517b330963c737d29c693ad592ec62e697 (patch)
treebd19cb47f13eb698d36fe457cb54e352bf55086c /maps/default.lua
parenta7b1bcc6872579b0ed8dbce399352d3afca1a80f (diff)
parentc4cec4731cdf10ac2740775c08efbda571e58040 (diff)
downloadroflnauts-32d5db517b330963c737d29c693ad592ec62e697.zip
roflnauts-32d5db517b330963c737d29c693ad592ec62e697.tar.gz
roflnauts-32d5db517b330963c737d29c693ad592ec62e697.tar.bz2
Merge branch 'fix/draw'
Diffstat (limited to 'maps/default.lua')
-rw-r--r--maps/default.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/default.lua b/maps/default.lua
index 2ea17a6..05b8dc9 100644
--- a/maps/default.lua
+++ b/maps/default.lua
@@ -21,25 +21,25 @@ return {
{
x = -91,
y = 0,
- shape = {0,1, 181,1, 181,10, 96,76, 86,76, 0,10},
+ shape = {0,1, 180,1, 180,10, 95,76, 86,76, 0,10},
sprite = "assets/platforms/default-big.png"
},
{
x = 114,
y = 50,
- shape = {0,1, 52,1, 52,30, 0,30},
+ shape = {0,1, 51,1, 51,18, 0,18},
sprite = "assets/platforms/default-side.png"
},
{
x = -166,
y = 50,
- shape = {0,1, 52,1, 52,30, 0,30},
+ shape = {0,1, 51,1, 51,18, 0,18},
sprite = "assets/platforms/default-side.png"
},
{
x = -17,
y = -50,
- shape = {0,1, 34,1, 34,16, 0,16},
+ shape = {0,1, 33,1, 33,14, 0,14},
sprite = "assets/platforms/default-top.png"
}
},