slab/prototypes/examples/bottom-navigation.lua

18 lines
245 B
Lua
Raw Normal View History

2018-04-06 22:30:00 +00:00
return {
toolbar = {
width = 0.5,
padding = 3,
{
background = recents_icon
},
{
align = "center",
background = favorites_icon
},
{
align = "right",
background = nearby_icon
}
}
}