Enemy bullets do not account for the hitsMultiple flag. #17

Closed
opened 2023-08-06 14:09:00 -05:00 by sigonasr2 · 1 comment
Owner

This essentially means nothing as this is a single player game, but if for instance this bullet could hit potential objects or scenery, we're definitely not accounting for that right now and all bullets are assumed to be destroyed by the enemy when hit a player.

This might also mean that lasers and such do not work right now, so if a laser-like attack is implemented that is supposed to pierce the player. We would need to implement this functionality.

This essentially means nothing as this is a single player game, but if for instance this bullet could hit potential objects or scenery, we're definitely not accounting for that right now and all bullets are assumed to be destroyed by the enemy when hit a player. This might also mean that lasers and such do not work right now, so if a laser-like attack is implemented that is supposed to pierce the player. We would need to implement this functionality.
sigonasr2 added the
minor
label 2023-08-06 14:09:00 -05:00
sigonasr2 self-assigned this 2023-08-06 14:09:00 -05:00
sigonasr2 added the
missing
label 2023-08-06 14:09:04 -05:00
Author
Owner

Fixed in commit 3a9bd4afff

Fixed in commit 3a9bd4afff
Sign in to join this conversation.
No description provided.