bullet module

This commit is contained in:
MaddoScientisto 2024-04-22 23:09:35 +02:00
commit 9ea76eedc7
3 changed files with 25 additions and 9 deletions

16
src/bullet.lua Normal file
View file

@ -0,0 +1,16 @@
--[[pod_format="raw",created="2024-04-22 20:21:08",modified="2024-04-22 21:09:23",revision=6]]
M = {}
function M.init()
end
function M.update()
end
function M.draw()
end
return M