This commit is contained in:
Paul Liverman III
2018-04-06 15:30:00 -07:00
parent f0a9da387a
commit a45aa2624e
101 changed files with 12392 additions and 77 deletions

View File

@@ -0,0 +1,19 @@
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
}
}