mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-01 15:32:39 +00: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)
|