mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 20:36:31 +08:00
Fix existing lint issues
This commit is contained in:
@ -78,7 +78,7 @@ abstract class PositionComponent extends Component {
|
||||
bool renderFlipX = false;
|
||||
bool renderFlipY = false;
|
||||
bool debugMode = false;
|
||||
List<PositionComponentEffect> _effects = [];
|
||||
final List<PositionComponentEffect> _effects = [];
|
||||
|
||||
Color get debugColor => const Color(0xFFFF00FF);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user