mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 01:18:38 +08:00
chore: Remove 1.8.0 deprecations (#2538)
Removes all the deprecated methods before 1.8.0 release.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import 'package:flame/components.dart';
|
||||
import 'package:flame_isolate_example/terrain/terrain.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_isolates_example/terrain/terrain.dart';
|
||||
|
||||
class Grass extends PositionComponent with Terrain {
|
||||
static final _color = Paint()..color = const Color(0xff567d46);
|
||||
|
||||
Reference in New Issue
Block a user