mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #71] Tanks stay unaffected by bullets #241
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikerro on GitHub (May 18, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/71
Don't remember how it looks in original game but when you fire bullet and it goes straight to the tank (not ground below it), then perticular tank remains unaffected.
@pkali commented on GitHub (May 21, 2022):
This is true. Collisions are detected with the ground only (excl. Laser). It must stay this way, but I'll move it to the 'enhancement' category. Will revisit.
@Pecusx commented on GitHub (Jun 6, 2022):
Thanks to the new CheckCollisionWithTank procedure, the problem shouldn't be a problem anymore.