mirror of
https://gitlab.com/MaddoScientisto/cirnofarm.git
synced 2026-06-08 02:55:54 +00:00
bullet module
This commit is contained in:
parent
b23a944c3e
commit
9ea76eedc7
3 changed files with 25 additions and 9 deletions
16
src/bullet.lua
Normal file
16
src/bullet.lua
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue