summaryrefslogtreecommitdiffhomepage
path: root/Behaviour.h
AgeCommit message (Collapse)Author
2022-04-20Streamlined enemy compositionAki
2022-04-18Added simple behaviours for enemiesAki
I don't quite like FallingAndOscillating approach. Perhaps it will be better to just make it a list/vector in the enemy to allow for composition.