added note to CHANGELOG on BaseGame change

This commit is contained in:
Erlend Fagerheim
2020-04-21 16:46:37 +02:00
parent 4386f47fc4
commit 21f0cb769f

View File

@ -1,10 +1,11 @@
# CHANGELOG
## [next]
- Added SpriteBatch API, which renders sprites effectively using Canvas.drawAtlas
- Adding SpriteBatch API, which renders sprites effectively using Canvas.drawAtlas
- Refactor game.dart classes into separate files
- Split up gameloop into separate GameLoop class
- Create Sprites example
- Adding sprites example
- BaseGame is not abstract anymore ( and removed SimpleGame )
## 0.19.1
- Bump AudioPlayers version to allow for web support