diff options
author | MilkingChicken <THECHEESEMEISTERS@GMAIL.COM> | 2017-08-23 23:44:49 +1000 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-08-23 15:44:49 +0200 |
commit | 7b01c5ccca0b5e1b86b357f2430286d3ac956a36 (patch) | |
tree | dc9813953302e5fadab0f837f7c130d4191a0881 /iconsList.lua | |
parent | d0072815ce95cd8f6a41d6e20df5aabc993081fc (diff) | |
download | roflnauts-7b01c5ccca0b5e1b86b357f2430286d3ac956a36.zip roflnauts-7b01c5ccca0b5e1b86b357f2430286d3ac956a36.tar.gz roflnauts-7b01c5ccca0b5e1b86b357f2430286d3ac956a36.tar.bz2 |
Renegades (#30)
Added Deadlift and nauts from Rocket 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 636b4cb..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(1148, 27, 28, keysList, avoidList) + local iconsList, newKeysList = createIconsList(1176, 27, 28, keysList, avoidList) return iconsList, newKeysList end |