diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-21 21:09:05 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-21 21:09:05 +0200 |
commit | db271edc0752ab1e55d42cc86c131bd4416e3b46 (patch) | |
tree | be001f4c16c850ba8c43de249a26f8707e6a86d7 /config/menus/select.lua | |
parent | e9a450d65d4fb564691cdf651ef5771dd88303ae (diff) | |
download | roflnauts-db271edc0752ab1e55d42cc86c131bd4416e3b46.zip roflnauts-db271edc0752ab1e55d42cc86c131bd4416e3b46.tar.gz roflnauts-db271edc0752ab1e55d42cc86c131bd4416e3b46.tar.bz2 |
Changed atlas width for newQuad in naut selection
Diffstat (limited to 'config/menus/select.lua')
-rw-r--r-- | config/menus/select.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/menus/select.lua b/config/menus/select.lua index 1e57960..fee7c94 100644 --- a/config/menus/select.lua +++ b/config/menus/select.lua @@ -21,7 +21,7 @@ do local nauts = require("config.nauts") local icons = {} for i=0,#nauts-1 do - table.insert(icons, love.graphics.newQuad(i*28, 0, 28, 27, 1008, 27)) + table.insert(icons, love.graphics.newQuad(i*28, 0, 28, 27, 1176, 27)) end group = Group(menu) |