From 7e3c59eb7d0c7affca6d3bdc2702faba93fe9705 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 15 Jan 2017 14:07:20 +0100 Subject: Map icons list generated rather than static --- config/menuhost.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/menuhost.lua b/config/menuhost.lua index 710839d..64ce0e7 100644 --- a/config/menuhost.lua +++ b/config/menuhost.lua @@ -16,7 +16,7 @@ return { :set("global", true) :set("first", true) :set("list", require "maplist") - :set("icons_i", love.graphics.newImage("assets/placeholder-map-icon.png")) + :set("icons_i", love.graphics.newImage("assets/maps.png")) :set("icons_q", require "mapicons") :set("shape", "panorama") :init() -- cgit v1.1