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