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

@@ -47,9 +47,5 @@ class W3DHub
def button_up(id)
end
def menu(host_element, items:)
@host.menu(host_element, items: items)
end
end
end