slab/prototypes/examples/chip.lua

20 lines
249 B
Lua
Raw Normal View History

2018-04-06 22:30:00 +00:00
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
}
}