Darken table bg

master
Wuzzy 2022-02-11 04:19:43 +01:00
parent 51771e2729
commit 36bd1e5892
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ minetest.register_on_joinplayer(function(player)
)
player:set_formspec_prepend([=[
listcolors[#5c443280;#a87d5d80;#3b2b2080;#b75647;#ffffff]
tableoptions[background=#ffffff30;highlight=#3B6322]
tableoptions[background=#00000030;highlight=#3B6322]
background9[0,0;5,5;lzr_gui_bg.png;true;4]
style_type[button;bgimg=lzr_gui_button.png;bgimg_middle=4]
style_type[button:hovered;bgimg=lzr_gui_button_hover.png]