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

20 lines
249 B
Lua

return {
rounded = 5,
background = some_color,
padding = {
right = 5
},
{
rounded = true,
background = an_image
},
{
text = "Colored Chip"
},
{
width = 0.8,
rounded = true,
background = an_x_image
}
}