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

View file

@ -1,4 +1,4 @@
--[[pod_format="raw",created="2024-04-14 14:05:11",modified="2024-04-22 20:14:15",revision=333]]
--[[pod_format="raw",created="2024-04-14 14:05:11",modified="2024-04-22 21:09:25",revision=334]]
--include("/cirnofarm/src/actor.lua")
last_coll=0