mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
linting
This commit is contained in:
@ -51,9 +51,6 @@ class MyGame extends BaseGame {
|
||||
Vector2 cellSize;
|
||||
Vector2 halfCellSize;
|
||||
|
||||
@override
|
||||
bool recordFps() => true;
|
||||
|
||||
MyGame({Vector2 screenSize}) {
|
||||
size = screenSize;
|
||||
cellSize = size / gridSize;
|
||||
|
||||
Reference in New Issue
Block a user