This commit is contained in:
Erick Zanardo
2020-10-05 21:40:26 -03:00
parent 3624b8ca17
commit 6268afc7d1

View File

@ -51,9 +51,6 @@ class MyGame extends BaseGame {
Vector2 cellSize;
Vector2 halfCellSize;
@override
bool recordFps() => true;
MyGame({Vector2 screenSize}) {
size = screenSize;
cellSize = size / gridSize;