Planimeter / game-engine-2d

Planimeter Game Engine 2D - LÖVE-based game engine for Lua
https://github.com/Planimeter/game-engine-2d/wiki
MIT License
736 stars 74 forks source link

Map world physics callbacks now call touch events on both entities. #102

Closed GamerGambit closed 4 years ago

GamerGambit commented 4 years ago

This makes sure that entity:startTouch and entity:endTouch are called on both entities.