Adrian400811 / VehicleSim

VehicleSim for ICS4U. Starter code from Mr. Jordan Cohen. Requires Greenfoot.
1 stars 0 forks source link

Towing vehicle disappears if lane goes left #8

Closed Adrian400811 closed 4 months ago

Adrian400811 commented 4 months ago

If the lane goes left, the towing vehicle disappears when a tow truck crashes on it instead of start towing it.

Adrian400811 commented 4 months ago

Caused by hard coded offset to towtruck.getX()-10 Add if else detect left or right and adjust.