diff options
author | Aki <nthirtyone@gmail.com> | 2016-08-26 15:52:25 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-08-26 15:52:25 +0200 |
commit | ab82b9f8ee76ef8327765ed59639c3f3c65fce8f (patch) | |
tree | 8b216350d1d721355282e04be0487995e7114ce5 /config/menuhost.lua | |
parent | 7c41ef664be97b2de097c16df8b7d84379be920b (diff) | |
download | roflnauts-ab82b9f8ee76ef8327765ed59639c3f3c65fce8f.zip roflnauts-ab82b9f8ee76ef8327765ed59639c3f3c65fce8f.tar.gz roflnauts-ab82b9f8ee76ef8327765ed59639c3f3c65fce8f.tar.bz2 |
allow first
Diffstat (limited to 'config/menuhost.lua')
-rw-r--r-- | config/menuhost.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/menuhost.lua b/config/menuhost.lua index 878ec71..6e52482 100644 --- a/config/menuhost.lua +++ b/config/menuhost.lua @@ -10,10 +10,11 @@ local map_selector = selector:new(menu) return { map_selector - :setPosition(width/2, 10) + :setPosition(width/2, 40) :setSize(80, 42) :setMargin(0) :set("global", true) + :set("first", true) :set("list", require "maplist") :set("icons_i", love.graphics.newImage("assets/placeholder-map-icon.png")) :set("icons_q", require "mapicons") |