mirror of
https://gitlab.com/MaddoScientisto/cirnofarm.git
synced 2026-06-09 21:05: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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue