mdkess / Platformer2

A second attempt at making a 2D platformer, this time with libgdx
3 stars 0 forks source link

Fix trigger system for PhysicalEntity #23

Closed mdkess closed 12 years ago

mdkess commented 12 years ago

In 61d50cf557d101189d1753a053c4e46c5eaa5c38 I unhooked the trigger system when entities hit the ground/walls/etc, so this is so that I remember to add it back.