mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 08:27:36 +08:00
docs: Fix keyboard example instructions (#1281)
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user