mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-10-28 20:28:21 +01:00
03ad3cca29
- Uses formspec_prepend to set e.g. button style - Make all formspecs use the MCL2 style consistently
3 lines
151 B
Lua
3 lines
151 B
Lua
minetest.register_on_joinplayer(function(player)
|
|
player:set_formspec_prepend(mcl_vars.gui_nonbg .. mcl_vars.gui_bg_color .. mcl_vars.gui_bg_img)
|
|
end)
|