diff options
author | Aki <nthirtyone@gmail.com> | 2016-06-05 13:53:17 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-06-05 13:53:17 +0200 |
commit | 6a95cb98187127fc2379127b176483d496ef5181 (patch) | |
tree | 9e79a4803d96cd2770a350fc0f4f24d19bd7b798 /maps | |
parent | a9ca4ecbaa83cf1951cc2274174c04df9c2276ae (diff) | |
download | roflnauts-6a95cb98187127fc2379127b176483d496ef5181.zip roflnauts-6a95cb98187127fc2379127b176483d496ef5181.tar.gz roflnauts-6a95cb98187127fc2379127b176483d496ef5181.tar.bz2 |
Clouds t
Diffstat (limited to 'maps')
-rw-r--r-- | maps/default.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/default.lua b/maps/default.lua index d21f33f..956f24c 100644 --- a/maps/default.lua +++ b/maps/default.lua @@ -2,7 +2,7 @@ return { center_x = 0, center_y = 0, - width = 320, + width = 360, height = 240, color_top = {193, 100, 99, 255}, color_mid = {189, 95, 93, 255}, |