Use new menu and menu_item elements instead of custom extension, improved styling of list_box menus in game settings

This commit is contained in:
2024-03-04 20:57:13 -06:00
parent 5c806852a5
commit 0cbe013a11
6 changed files with 51 additions and 85 deletions

View File

@@ -142,6 +142,16 @@ class W3DHub
active: {
background: 0xff_005aad
}
},
Menu: {
width: 200,
border_color: 0xaa_efefef,
border_thickness: 1
},
MenuItem: {
width: 1.0,
text_left: :left,
margin: 0
}
}
end