Game Development Community

Tile collision

by Alex Dickerson · in Torque X 2D · 02/26/2012 (7:46 pm) · 0 replies

Hi there, I'm a relatively new TS programmer, and I seem to be having a problem with collisions regarding the player an a wall creating using tiles.

When the player runs into the wall, he bounces back and forth, and if he jumps, will jump disregarding any physics, going about 2.5x normal jump height.

My player's collision mode is set to clamp, as well as my tile set.

Does anyone know what causes this problem and what might fix it?