stuff
This commit is contained in:
8
prototypes/examples/divider.lua
Normal file
8
prototypes/examples/divider.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local _ = {
|
||||
text = "some text"
|
||||
}
|
||||
return {
|
||||
newline = true,
|
||||
height = 1.0001,
|
||||
background = dark_grey
|
||||
}
|
Reference in New Issue
Block a user