diff options
author | Aki <nthirtyone@gmail.com> | 2016-05-22 16:29:27 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-05-22 16:29:27 +0200 |
commit | b03c96485d1eb8cde292db41deb83cfb986211a5 (patch) | |
tree | 1938d33ea7f1b218a55f147ccfca58b15b1aa599 | |
parent | bbee57ad4fbb9a12c5e3947fcee68657d0fa52c5 (diff) | |
download | roflnauts-b03c96485d1eb8cde292db41deb83cfb986211a5.zip roflnauts-b03c96485d1eb8cde292db41deb83cfb986211a5.tar.gz roflnauts-b03c96485d1eb8cde292db41deb83cfb986211a5.tar.bz2 |
Maps load from file
-rw-r--r-- | maps/default.lua | 6 |
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 |