joncox123 / PyBoloPublic

An enhanced, modern, cross-platform implementation of the classic multiplayer tank game, Bolo.
https://pybolo.com
Other
0 stars 0 forks source link

Make LGM harder to hit #15

Closed joncox123 closed 3 weeks ago

joncox123 commented 3 weeks ago

Make LGM snipping like Mac Bolo, which might collide the LGM rect with the shell rect, not use same tile collision detection.

joncox123 commented 3 weeks ago

Blast radius was previously 1.0 TU, so basically a four square area almost. A parameter was added for this and the radius was reduced to 0.5 TU: LGM_SHELL_HIT_RADIUS = 0.5 # blast radius of shell that will kill an LGM