Initial commit.
This commit is contained in:
commit
ce6cb893bf
58 changed files with 3866 additions and 0 deletions
8
views/docs.lua
Normal file
8
views/docs.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
return function(state)
|
||||
imfs.begin(size.x, size.y)
|
||||
:padding(0, 0)
|
||||
:bgcolor(theme.styles.bg_color, true)
|
||||
|
||||
return imfs.end_()
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue