Improve bed formspec

This commit is contained in:
Wuzzy 2019-02-20 17:04:38 +01:00
parent 3b8fe6039e
commit cb2978470c
2 changed files with 25 additions and 14 deletions

View file

@ -2,10 +2,6 @@ mcl_beds = {}
mcl_beds.player = {}
mcl_beds.pos = {}
mcl_beds.formspec = "size[8,15;true]" ..
"bgcolor[#080808BB; true]" ..
"button_exit[2,12;4,0.75;leave;Leave Bed]"
local modpath = minetest.get_modpath("mcl_beds")
-- Load files