Remove FPSCounter from BaseGame (#913)

This commit is contained in:
Lukas Klingsbo
2021-08-10 22:00:52 +02:00
committed by GitHub
parent a93f838483
commit 53fe9e8238
6 changed files with 6 additions and 9 deletions

View File

@ -33,7 +33,7 @@ class LogoCompomnent extends SpriteComponent with HasGameRef<DebugGame> {
}
}
class DebugGame extends BaseGame {
class DebugGame extends BaseGame with FPSCounter {
static final fpsTextPaint = TextPaint(
config: const TextPaintConfig(
color: Color(0xFFFFFFFF),