diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-20 15:51:05 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-20 15:51:05 +0200 |
commit | 6810cd64354ff2c6914598f7318ca71e7bbd65a7 (patch) | |
tree | 8d38c1b03a4bdf19c1d26d0efe8ae43386e82a4d /config/menus/host.lua | |
parent | cdec3cf410bba80d037fda760da06e9e3ed75945 (diff) | |
parent | 1546be903cbf7a09eb5ff3fbd7c040f842d366a5 (diff) | |
download | roflnauts-6810cd64354ff2c6914598f7318ca71e7bbd65a7.zip roflnauts-6810cd64354ff2c6914598f7318ca71e7bbd65a7.tar.gz roflnauts-6810cd64354ff2c6914598f7318ca71e7bbd65a7.tar.bz2 |
Merge branch '404' into maps
Diffstat (limited to 'config/menus/host.lua')
-rw-r--r-- | config/menus/host.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/menus/host.lua b/config/menus/host.lua index 07c5b80..c8ef4d8 100644 --- a/config/menus/host.lua +++ b/config/menus/host.lua @@ -21,7 +21,7 @@ do local i, name = map.portrait, map.name map.filename = path if i then - table.insert(icons, love.graphics.newQuad((i-1)*76, 0, 76, 37, 532, 37)) + table.insert(icons, love.graphics.newQuad((i-1)*76, 0, 76, 37, 608, 37)) table.insert(maps, map) end end |