Update mainmenu/init.lua
This commit is contained in:
parent
67d5e435db
commit
402eb3113f
1 changed files with 3 additions and 2 deletions
|
|
@ -1363,8 +1363,9 @@ function show_content_menu()
|
||||||
fs = fs.."\
|
fs = fs.."\
|
||||||
box[0,0;"..size.x..",1;#403e39ff]\
|
box[0,0;"..size.x..",1;#403e39ff]\
|
||||||
box[0,1;"..size.x..",0.1;#292d2fff]\
|
box[0,1;"..size.x..",0.1;#292d2fff]\
|
||||||
image_button[0,0;1,1;"..assets.."search.png;test;]\
|
style[content_search,content_cancel;bgimg="..assets.."btn_bg_2.png;bgimg_middle=8,8]\
|
||||||
image_button[1,0;1,1;"..assets.."cancel.png;test;]\
|
image_button[0.125,0.125;0.75,0.75;"..assets.."search.png;content_search;]\
|
||||||
|
image_button[1,0.125;0.75,0.75;"..assets.."cancel.png;content_cancel;]\
|
||||||
style[test;bgimg="..assets.."white.png;bgimg_middle=0;bgcolor=#403e39ff]\
|
style[test;bgimg="..assets.."white.png;bgimg_middle=0;bgcolor=#403e39ff]\
|
||||||
style[test:hovered;bgimg="..assets.."white.png;bgimg_middle=0]\
|
style[test:hovered;bgimg="..assets.."white.png;bgimg_middle=0]\
|
||||||
image[2,0.125;"..(size.x -9)..",0.75;"..assets.."btn_bg_2_light.png;8,8]\
|
image[2,0.125;"..(size.x -9)..",0.75;"..assets.."btn_bg_2_light.png;8,8]\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue