mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 12:28:03 +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 = '''
|
static const String description = '''
|
||||||
Example showcasing how to act on keyboard events.
|
Example showcasing how to act on keyboard events.
|
||||||
It also briefly showcases how to create a game without the FlameGame.
|
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();
|
static final Paint white = BasicPalette.white.paint();
|
||||||
|
|||||||
Reference in New Issue
Block a user