init repo
This commit is contained in:
commit
174258c611
11 changed files with 11589 additions and 0 deletions
5
bootstrap.fnl
Normal file
5
bootstrap.fnl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(local m (require "main.min.fnl"))
|
||||
|
||||
(set _G.setup m.setup)
|
||||
(set _G.draw m.draw)
|
||||
(set _G.keyPressed m.key-pressed)
|
||||
Loading…
Add table
Add a link
Reference in a new issue