diff options
author | Aki <nthirtyone@gmail.com> | 2016-08-25 16:44:13 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-08-25 16:44:13 +0200 |
commit | ac6d4307fc9f7713b996eb8d36a8d0d3756efc00 (patch) | |
tree | 1a08c4d36b0f5538b66301a04b527ea3be11fd1d /config/menuhost.lua | |
parent | 65e2f701a6c0cfbf53506678771839f7f6d12cbf (diff) | |
download | roflnauts-ac6d4307fc9f7713b996eb8d36a8d0d3756efc00.zip roflnauts-ac6d4307fc9f7713b996eb8d36a8d0d3756efc00.tar.gz roflnauts-ac6d4307fc9f7713b996eb8d36a8d0d3756efc00.tar.bz2 |
THIS NEED REAL CLEANUP
Diffstat (limited to 'config/menuhost.lua')
-rw-r--r-- | config/menuhost.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/menuhost.lua b/config/menuhost.lua index 53972b3..878ec71 100644 --- a/config/menuhost.lua +++ b/config/menuhost.lua @@ -15,8 +15,9 @@ return { :setMargin(0) :set("global", true) :set("list", require "maplist") - :set("sprite", love.graphics.newImage("assets/placeholder-map-icon.png")) - :set("quads", require "mapicons") + :set("icons_i", love.graphics.newImage("assets/placeholder-map-icon.png")) + :set("icons_q", require "mapicons") + :set("shape", "panorama") :init() , button:new(menu) |