20 lines
249 B
Lua
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
|
||
|
}
|
||
|
}
|