Chess: Fix gray corners of UI
This commit is contained in:
parent
512f22504a
commit
5ee5c3000f
@ -1105,6 +1105,7 @@ local fs_init = [[
|
||||
size[16,10.7563;]
|
||||
no_prepend[]
|
||||
]]
|
||||
.."bgcolor[#00000000;false]"
|
||||
.."background[0,0;16,10.7563;chess_bg.png;true]"
|
||||
.."style_type[button,image_button,item_image_button;bgcolor=#8f3000]"
|
||||
.."label[2.2,0.652;"..minetest.colorize("#404040", FS("Select a game mode")).."]"
|
||||
@ -1121,6 +1122,7 @@ local fs = [[
|
||||
formspec_version[2]
|
||||
size[16,10.7563;]
|
||||
no_prepend[]
|
||||
bgcolor[#00000000;false]
|
||||
background[0,0;16,10.7563;chess_bg.png;true]
|
||||
style_type[button,image_button,item_image_button;bgcolor=#8f3000]
|
||||
style_type[list;spacing=0.1;size=0.975]
|
||||
|
Loading…
Reference in New Issue
Block a user