1 (edited by unsigned char* 2014-12-30 14:53:46)

Topic: Mistake with Hook Collision?

Hi! i found a mistake with hook collision detection.... when the hook fly for catch a player all length are used... but when the hook fly to TILE its used a "length - TILE_SIZE/2"... this is because hook uses "GetTile" function.

Here a video:
https://www.youtube.com/watch?v=4TZ9S7TjvJI

2

Re: Mistake with Hook Collision?

unsigned char* wrote:

Hi! i found a mistake with hook collision detection.... when the hook fly for catch a player all length are used... but when the hook fly to TILE its used a "length - TILE_SIZE/2"... this is because hook uses "GetTile" function.

Here a video:
https://www.youtube.com/watch?v=4TZ9S7TjvJI

I guess that could be called a feature at this point. smile

3

Re: Mistake with Hook Collision?

xDDD oook wink