Improve bed formspec
This commit is contained in:
parent
3b8fe6039e
commit
cb2978470c
2 changed files with 25 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue