your-own-drum/collision.lua

6 lines
191 B
Lua
Raw Normal View History

local function DetectCollision( curMarble, newMarble, curWave, newWave )
local t, r, th, normal
if t then return { t = t, r = r, th = th, normal = normal } end
end
return DetectCollision