mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	Update tutorial/2_sprite_animations_gestures/README.md (#805)
* Update tutorial/2_sprite_animations_gestures/README.md Removed the premature usage of the TapDetector mixin, which is addressed later in the tutorial. * Update CHANGELOG.md Added change to the changelog.
This commit is contained in:
		| @ -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) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Josh Kautz
					Josh Kautz