Revamped collision system

This commit is contained in:
Jan Racek
2026-03-27 16:39:42 +01:00
parent d29ef569b3
commit 1c48b8b425
16 changed files with 318 additions and 136 deletions

View File

@@ -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