Chess: Change button color

This commit is contained in:
Wuzzy 2023-07-12 13:48:59 +02:00
parent aa7d414a27
commit a3aa10b179

View File

@ -612,6 +612,7 @@ local fs_init = [[
]] ]]
.."bgcolor[#080808BB;true]" .."bgcolor[#080808BB;true]"
.."background[0,0;16,10.7563;chess_bg.png;true]" .."background[0,0;16,10.7563;chess_bg.png;true]"
.."style_type[button,item_image_button;bgcolor=#8f3000]"
.."label[11.5,1.8;"..FS("Select a mode:").."]" .."label[11.5,1.8;"..FS("Select a mode:").."]"
.."button[11.5,2.1;2.2,0.8;single;"..FS("Singleplayer").."]" .."button[11.5,2.1;2.2,0.8;single;"..FS("Singleplayer").."]"
.."button[11.5,3.1;2.2,0.8;multi;"..FS("Multiplayer").."]" .."button[11.5,3.1;2.2,0.8;multi;"..FS("Multiplayer").."]"
@ -624,6 +625,7 @@ local fs = [[
no_prepend[] no_prepend[]
bgcolor[#080808BB;true] bgcolor[#080808BB;true]
background[0,0;16,10.7563;chess_bg.png;true] background[0,0;16,10.7563;chess_bg.png;true]
style_type[button,item_image_button;bgcolor=#8f3000]
style_type[list;spacing=0.1;size=0.975] style_type[list;spacing=0.1;size=0.975]
listcolors[#00000000;#00000000;#00000000;#30434C;#FFF] listcolors[#00000000;#00000000;#00000000;#30434C;#FFF]
list[context;board;0.47,1.155;8,8;] list[context;board;0.47,1.155;8,8;]