casual-simulation / casualos

Casual Open Simulation for the Web
https://ab1.bot
MIT License
48 stars 8 forks source link

```#lineTo```, when distance between associated bots is very low, will not work correctly #460

Open Hankik opened 2 months ago

Hankik commented 2 months ago

lineTo breaks on small scale + small distances

There is always a gap between lined bots on the side of the end point. When the distance between the bots is less than that gap, they start drawing away from the targeted bot.

Also the gap is always 0.25 units in length.

Hankik commented 2 months ago

Upon further inspection, I misunderstood the problem. I have edited the description to be accurate.