summaryrefslogtreecommitdiffhomepage
path: root/maps
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-05-22 19:37:25 +0200
committerAki <nthirtyone@gmail.com>2016-05-22 19:37:25 +0200
commit846debef23b584a3ebc16cbde3bea8d9c2d2b7c1 (patch)
tree3e4b2d9248e45e1e9d5c282ae0191e51cba5f9cc /maps
parentec09c7e57faa9388f8309e335a04113dc82021c3 (diff)
downloadroflnauts-846debef23b584a3ebc16cbde3bea8d9c2d2b7c1.zip
roflnauts-846debef23b584a3ebc16cbde3bea8d9c2d2b7c1.tar.gz
roflnauts-846debef23b584a3ebc16cbde3bea8d9c2d2b7c1.tar.bz2
Translated map -140,-90
Diffstat (limited to 'maps')
-rw-r--r--maps/default.lua28
1 files changed, 14 insertions, 14 deletions
diff --git a/maps/default.lua b/maps/default.lua
index 142df8f..09cd48f 100644
--- a/maps/default.lua
+++ b/maps/default.lua
@@ -1,40 +1,40 @@
-- Default map from original roflnauts
return {
- center_x = 140,
- center_y = 90,
+ center_x = 0,
+ center_y = 0,
width = 320,
height = 240,
color_top = {193, 100, 99, 255},
color_mid = {189, 95, 93, 255},
color_bot = {179, 82, 80, 255},
respawns = {
- {x = 130, y = 10},
- {x = 140, y = 10},
- {x = 150, y = 10},
- {x = 160, y = 10}
+ {x = -15, y = -80},
+ {x = -5, y = -80},
+ {x = 5, y = -80},
+ {x = 15, y = -80}
},
platforms = {
{
- x = 145,
- y = 90,
+ x = 0,
+ y = 0,
shape = {-91,1, 90,1, 90,10, 5,76, -5,76, -91,10},
sprite = "assets/platform_big.png"
},
{
- x = 285,
- y = 140,
+ x = 140,
+ y = 50,
shape = {-26,1, 26,1, 26,30, -26,30},
sprite = "assets/platform_small.png"
},
{
- x = 5,
- y = 140,
+ x = -140,
+ y = 50,
shape = {-26,1, 26,1, 26,30, -26,30},
sprite = "assets/platform_small.png"
},
{
- x = 145,
- y = 40,
+ x = 0,
+ y = -50,
shape = {-17,1, 17,1, 17,16, -17,16},
sprite = "assets/platform_top.png"
}