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

19 lines
196 B
Lua

return {
background = some_image,
badge = {
text = 2,
background = {
255,
0,
0,
255
},
color = {
255,
255,
255,
255
}
}
}