1 decade ago by Aristy
Hi,
I'm new to ImpactJS and I have a problem like this:
http://i.imgur.com/dTxJIN7.jpg
Basically, player collides with signboard, although it shouldn't be.
I believe Impact doesn't support 2.5D yet, so how can I hack my way through by adding collisions to the foot of my player?
Instead of this;
size = { x: 80, y: 40 }
I need something like this;
size = { x: 60-80, y: 35-40 }
so collisions will be added to his feet.
How can I solve this? I believe there are other ways too. :)
I'm new to ImpactJS and I have a problem like this:
http://i.imgur.com/dTxJIN7.jpg
Basically, player collides with signboard, although it shouldn't be.
I believe Impact doesn't support 2.5D yet, so how can I hack my way through by adding collisions to the foot of my player?
Instead of this;
size = { x: 80, y: 40 }
I need something like this;
size = { x: 60-80, y: 35-40 }
so collisions will be added to his feet.
How can I solve this? I believe there are other ways too. :)