summaryrefslogtreecommitdiffhomepage
path: root/maps
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-05-22 16:29:27 +0200
committerAki <nthirtyone@gmail.com>2016-05-22 16:29:27 +0200
commitb03c96485d1eb8cde292db41deb83cfb986211a5 (patch)
tree1938d33ea7f1b218a55f147ccfca58b15b1aa599 /maps
parentbbee57ad4fbb9a12c5e3947fcee68657d0fa52c5 (diff)
downloadroflnauts-b03c96485d1eb8cde292db41deb83cfb986211a5.zip
roflnauts-b03c96485d1eb8cde292db41deb83cfb986211a5.tar.gz
roflnauts-b03c96485d1eb8cde292db41deb83cfb986211a5.tar.bz2
Maps load from file
Diffstat (limited to 'maps')
-rw-r--r--maps/default.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/maps/default.lua b/maps/default.lua
index 8d9740b..142df8f 100644
--- a/maps/default.lua
+++ b/maps/default.lua
@@ -1,5 +1,9 @@
-- Default map from original roflnauts
return {
+ center_x = 140,
+ center_y = 90,
+ width = 320,
+ height = 240,
color_top = {193, 100, 99, 255},
color_mid = {189, 95, 93, 255},
color_bot = {179, 82, 80, 255},
@@ -35,4 +39,4 @@ return {
sprite = "assets/platform_top.png"
}
}
-}
+} \ No newline at end of file