diff --git a/packages/flame/CHANGELOG.md b/packages/flame/CHANGELOG.md index 7a0caad14..f0d1d564e 100644 --- a/packages/flame/CHANGELOG.md +++ b/packages/flame/CHANGELOG.md @@ -12,6 +12,7 @@ - Fix Text Rendering not working properly - Add more useful methods to the IsometricTileMap component - Add Hoverables + - Brief semantic update to second tutorial. ## [1.0.0-rc10] - Updated tutorial documentation to indicate use of new version diff --git a/tutorials/2_sprite_animations_gestures/README.md b/tutorials/2_sprite_animations_gestures/README.md index a024e0917..b7a7e280b 100644 --- a/tutorials/2_sprite_animations_gestures/README.md +++ b/tutorials/2_sprite_animations_gestures/README.md @@ -43,7 +43,7 @@ void main() { runApp(GameWidget(game: myGame)); } -class MyGame extends Game with TapDetector { +class MyGame extends Game { @override void update(double dt) {