Game Development Community

1.1.3 Collision Problems

by Eric Kinkead · in Torque Game Builder · 07/07/2007 (2:21 pm) · 0 replies

I made a simple angle collision on my tile map.

Works great if you are moving down (y+) on it.

Works like crap on a shishkabob when going up (y-) on it. Character jumps right through it.

I have tweaked it about 50 times, gave up. collision up will only use 90degree col, because that appears to be just about all that works going up.