This commit is contained in:
Erick Zanardo
2020-06-30 23:56:24 -03:00
parent 629fbb7247
commit 861918c823
4 changed files with 5 additions and 8 deletions

View File

@ -43,7 +43,7 @@ class MyGame extends BaseGame {
final Random rnd = Random();
final StepTween steppedTween = StepTween(begin: 0, end: 5);
final trafficLight = TrafficLightComponent();
final TextConfig fpsTextConfig = const TextConfig(
final TextConfig fpsTextConfig = TextConfig(
color: const Color(0xFFFFFFFF),
);