Game Development Community

Image Bounding box

by Firas · in Torque Game Builder · 08/22/2006 (11:57 pm) · 1 replies

My problem is I have a big bounding box around my player (image) and this make a problem for me with collision so can any one tell me how can I change the bounding box for my player image?

#1
08/23/2006 (5:57 pm)
@Firas, create a collision polygon for your player, and perhaps make the player's image size tighter so that you have less 'useless' pixels being loaded into memory.

1) Select your player object
2) Click the 'Edit this Objects Collision Polygon' option (above the object)
3) Create 'points' around your object where collisions should occur
4) Save the level, replay it ...