enemy bullet - edSBHS/programmingProjectL3 GitHub Wiki
testing for enemy bullet.
class created and a array
bullet to be created and moved from the top of the screen downwards
after this was done ill make it spawn randomly using math.random. making it random in:
- in the amount of bullets fired
- interval between firing
- speed
collision with player is in testing
still in testing, trying different approaches to work.