diff options
author | Aki <nthirtyone@gmail.com> | 2017-01-15 14:07:20 +0100 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2017-01-15 14:07:20 +0100 |
commit | 7e3c59eb7d0c7affca6d3bdc2702faba93fe9705 (patch) | |
tree | 1a3a55c97bff9a804b384eba26c4971ad8914841 /config/menuhost.lua | |
parent | 7a37f5f6430a6d063e197283ce979394f55e1c68 (diff) | |
download | roflnauts-7e3c59eb7d0c7affca6d3bdc2702faba93fe9705.zip roflnauts-7e3c59eb7d0c7affca6d3bdc2702faba93fe9705.tar.gz roflnauts-7e3c59eb7d0c7affca6d3bdc2702faba93fe9705.tar.bz2 |
Map icons list generated rather than static
Diffstat (limited to 'config/menuhost.lua')
-rw-r--r-- | config/menuhost.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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() |