PlaceholderGames / 2016-VnD_Game

2nd year computer games development group project
2 stars 0 forks source link

Bug Report: Mouse Tracer Colliding with Trigger Box #34

Closed rbakerusw closed 7 years ago

rbakerusw commented 7 years ago

Sometimes when you try to click and highlight an Ant to get them to dig, the tracer will collide with the trigger box. This makes it hard to select an ant when they are inside a box.

tracerbug

At first glance, a quick fix maybe to try and lower the trigger box into the ground a bit more so it only overlaps the characters feet and not the body.

rbakerusw commented 7 years ago

I have created a temporary fix for this by altering the Z value so the trigger box only covers the ants feet and not their whole body.

BojanStankovic commented 7 years ago

Merged. Closing