Revamped collision system
This commit is contained in:
@@ -57,7 +57,7 @@ end
|
||||
-- ============================================================================
|
||||
|
||||
--- Called when this object's collider overlaps another.
|
||||
function onCollision(self, other)
|
||||
function onCollideWithPlayer(self)
|
||||
Debug.Log("Collision with another object")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user