diff options
author | sanine <sanine.not@pm.me> | 2023-05-18 22:23:42 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-05-18 22:23:42 -0500 |
commit | eafff1e04eb7f6a63818db035d2c6a277c5c364c (patch) | |
tree | c32d7bb4fde9408539d13ce43dc0ff4824765412 /scripts/collide.lua | |
parent | 4b2507b2f30d50c8673f33179c2b537ac83da3bf (diff) |
visualize collisionsrefactor
Diffstat (limited to 'scripts/collide.lua')
-rw-r--r-- | scripts/collide.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/collide.lua b/scripts/collide.lua new file mode 100644 index 0000000..382f5d7 --- /dev/null +++ b/scripts/collide.lua @@ -0,0 +1,3 @@ +return function(db, id, other, collisions) + print(honey.glfw.GetTime(), "collide with: ", other) +end |