mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
Linting
This commit is contained in:
@ -55,9 +55,6 @@ class MyGame extends BaseGame {
|
||||
@override
|
||||
bool debugMode() => true;
|
||||
|
||||
@override
|
||||
bool recordFps() => true;
|
||||
|
||||
@override
|
||||
Future<void> onLoad() async {
|
||||
final androidImage = await images.load('android.png');
|
||||
|
||||
Reference in New Issue
Block a user