diff options
author | Aki <nthirtyone@gmail.com> | 2017-09-21 21:04:53 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-09-21 21:04:53 +0200 |
commit | eb8302723cd85adca0fbaf505cfb315f1db0299a (patch) | |
tree | 0c30cdb61f3d5e50bdda21afd4004d5e206923b8 /iconsList.lua | |
parent | b1cf14d64a2d3e28683db87190c4b2c7799c259d (diff) | |
parent | 2ef022a90e7bded7e65df2d9922e6d321f0f3ec6 (diff) | |
download | roflnauts-eb8302723cd85adca0fbaf505cfb315f1db0299a.zip roflnauts-eb8302723cd85adca0fbaf505cfb315f1db0299a.tar.gz roflnauts-eb8302723cd85adca0fbaf505cfb315f1db0299a.tar.bz2 |
Merge branch 'renegades'
Diffstat (limited to 'iconsList.lua')
-rw-r--r-- | iconsList.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconsList.lua b/iconsList.lua index 4a384dc..a3239b8 100644 --- a/iconsList.lua +++ b/iconsList.lua @@ -24,9 +24,9 @@ function createIconsList (sheetWidth, sheetHeight, iconWidth, keysList, avoidLis end function getNautsIconsList (avoidList) - local avoidList = avoidList or {32,33,34,35,36} + local avoidList = avoidList or {37,38,39,40,41,42} local keysList = require "config.nauts" - local iconsList, newKeysList = createIconsList(1008, 27, 28, keysList, avoidList) + local iconsList, newKeysList = createIconsList(1176, 27, 28, keysList, avoidList) return iconsList, newKeysList end |