UPDATE:
1. Added hurt state - kickback and disabled player input on physics. Call with got_hurt(self, xspeed, yspeed);
2. In the example, there are added tips for controls.
As one of the future feature, I’m thinking to add crouching, but that will work if the player is taller than one tile height.
Hi,
what are the advantages of using this collision system in place of the original integrated using colliders?
I’m just trying to figure out if this library is right for me.
I am not using it nowadays and I’m not sure it is working, but I would say it could be, for example, great when you have a lot of changes in the level during the game, but your level is still tile based. Imagine a game like Broforce, where you can destroy almost everything, but characters can still walk and jump over the remnants of the level.
or… Bore Blasters! which is actually made in Defold by @Alex_8BitSkull which looks like definitely be handled by tile maps, but I don’t know for sure and most probably not TTC (as it’s focused on Platformer games)