mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
Linting
This commit is contained in:
@ -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),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user