ForNeVeR / O21

FOSS remake of U95, an old submarine arcade game from 1995.
MIT License
22 stars 9 forks source link

Main bullets should disappear after some time #178

Closed ForNeVeR closed 3 months ago

ForNeVeR commented 3 months ago

In the original game, the main bullet (not the one shoot by the bonus weapons it seems?) disappears after a few seconds. We should implement the same.

Check how much it goes before disappearing in the original; also check if it is distance-limited or time-limited (is it affected by the player speed when shooting?)