From ae44f772060f98eabe0bb33170e7bf5090c1c328 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 16 Jan 2017 13:29:54 +0100 Subject: Alpha Abyss map (#24) - Added Alpha Abyss map setting file - Added Alpha Abyss to maplist - Added Alpha Abyss to map icon sheet - Changed size of map icon sheet in mapicon --- mapicons.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mapicons.lua') diff --git a/mapicons.lua b/mapicons.lua index 6827840..4893da7 100644 --- a/mapicons.lua +++ b/mapicons.lua @@ -1,7 +1,7 @@ -- Maps icons list generation file -- REWORK NEEDED, it is so similar to `nautsicons.lua` they could be merged together into one function that returns icon quad sequences. local maps = require "maplist" -local w, h = 456, 37 +local w, h = 532, 37 local icons = {} local i = 0 -- cgit v1.1