From d0072815ce95cd8f6a41d6e20df5aabc993081fc Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 17 Aug 2017 04:40:49 +0200 Subject: Changed width of portrait sheet in hardcoded script --- iconsList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1