Tisreece / Bible-Bash

Repository for the Bible Bash game
0 stars 0 forks source link

Safeguard the Bible from hitting enemies multiple times in the same overlap event #39

Open Tisreece opened 1 year ago

Tisreece commented 1 year ago

It may be possible, especially if there is ever a drop in frames, that during the same overlap event it may hit an enemy multiple times. This needs to be safeguarded against by adding things to an array once hit to ensure they cannot be hit again.