mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 12:28:03 +08:00
chore: Remove 1.8.0 deprecations (#2538)
Removes all the deprecated methods before 1.8.0 release.
This commit is contained in:
@ -8,7 +8,7 @@ class NoFlameGameExample extends Game with KeyboardEvents {
|
||||
static const String description = '''
|
||||
This example showcases how to create a game without the FlameGame.
|
||||
It also briefly showcases how to act on keyboard events.
|
||||
Usage: Use A W S D to steer the rectangle.
|
||||
Usage: Use W A S D to steer the rectangle.
|
||||
''';
|
||||
|
||||
static final Paint white = BasicPalette.white.paint();
|
||||
|
||||
Reference in New Issue
Block a user