From 240634e7a374c80bca93c09a628ba40d7d43a1eb Mon Sep 17 00:00:00 2001 From: YohanWadia <39173295+YohanWadia@users.noreply.github.com> Date: Mon, 27 Dec 2021 19:02:09 +0200 Subject: [PATCH] docs: Fix keyboard example instructions (#1281) --- examples/lib/stories/input/keyboard_example.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lib/stories/input/keyboard_example.dart b/examples/lib/stories/input/keyboard_example.dart index 40dd1adc3..d6d1d8f1f 100644 --- a/examples/lib/stories/input/keyboard_example.dart +++ b/examples/lib/stories/input/keyboard_example.dart @@ -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();