mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
added note to CHANGELOG on BaseGame change
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user