summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2017-08-17 04:40:49 +0200
committerAki <nthirtyone@gmail.com>2017-08-17 04:40:49 +0200
commitd0072815ce95cd8f6a41d6e20df5aabc993081fc (patch)
tree7c033ac240c4cae0f422aa316b0902e4508c2ab8
parentd2bbfd9a3639130f3cc35dc0cb3bf95046b5189d (diff)
downloadroflnauts-d0072815ce95cd8f6a41d6e20df5aabc993081fc.zip
roflnauts-d0072815ce95cd8f6a41d6e20df5aabc993081fc.tar.gz
roflnauts-d0072815ce95cd8f6a41d6e20df5aabc993081fc.tar.bz2
Changed width of portrait sheet in hardcoded script
-rw-r--r--iconsList.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconsList.lua b/iconsList.lua
index 4a384dc..636b4cb 100644
--- a/iconsList.lua
+++ b/iconsList.lua
@@ -26,7 +26,7 @@ end
function getNautsIconsList (avoidList)
local avoidList = avoidList or {32,33,34,35,36}
local keysList = require "config.nauts"
- local iconsList, newKeysList = createIconsList(1008, 27, 28, keysList, avoidList)
+ local iconsList, newKeysList = createIconsList(1148, 27, 28, keysList, avoidList)
return iconsList, newKeysList
end