9 lines
108 B
Lua
9 lines
108 B
Lua
local _ = {
|
|
text = "some text"
|
|
}
|
|
return {
|
|
newline = true,
|
|
height = 1.0001,
|
|
background = dark_grey
|
|
}
|