stuff
This commit is contained in:
19
prototypes/examples/chip.lua
Normal file
19
prototypes/examples/chip.lua
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user