slab/prototypes/examples/bottom-navigation.lua
Paul Liverman III a45aa2624e stuff
2018-04-06 15:30:00 -07:00

18 lines
245 B
Lua

return {
toolbar = {
width = 0.5,
padding = 3,
{
background = recents_icon
},
{
align = "center",
background = favorites_icon
},
{
align = "right",
background = nearby_icon
}
}
}