Initial commit.

This commit is contained in:
Signal 2026-02-10 21:46:25 -05:00
commit ce6cb893bf
58 changed files with 3866 additions and 0 deletions

8
views/docs.lua Normal file
View 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