apetavern / grubs

A worms-inspired artillery game for s&box with randomly generated levels.
MIT License
31 stars 7 forks source link

Automatically resolve/ground Grubs that have been floating for too long #279

Closed trundlr closed 1 year ago

trundlr commented 1 year ago

Using a combination of the Grub's velocity and a timer, we can force the grub to ground, which will help it resolve. Furthermore, we can look further into max standable ground angle. In Worms, you can stand pretty much anywhere that's not 90 degrees.

dch-GH commented 1 year ago

Fixed by: https://github.com/apetavern/sbox-grubs/pull/290