docs: Fix keyboard example instructions (#1281)

This commit is contained in:
YohanWadia
2021-12-27 19:02:09 +02:00
committed by GitHub
parent 8bef480597
commit 240634e7a3

View File

@ -10,7 +10,7 @@ class KeyboardExample extends FlameGame with KeyboardEvents {
static const String description = '''
Example showcasing how to act on keyboard events.
It also briefly showcases how to create a game without the FlameGame.
Usage: Use A S D F to steer Ember.
Usage: Use A S D W to steer Ember.
''';
static final Paint white = BasicPalette.white.paint();