summaryrefslogtreecommitdiffhomepage
path: root/Falling.cpp
AgeCommit message (Collapse)Author
2022-04-20Streamlined enemy compositionAki
2022-04-19Created factory to handle enemy creationAki
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.