mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 00:17:20 +08:00
chore: Remove 1.8.0 deprecations (#2538)
Removes all the deprecated methods before 1.8.0 release.
This commit is contained in:
@ -32,7 +32,6 @@ class IsometricTileMapExample extends FlameGame with MouseMovementDetector {
|
||||
|
||||
@override
|
||||
Future<void> onLoad() async {
|
||||
debugMode = true;
|
||||
final tilesetImage = await images.load('tile_maps/tiles$suffix.png');
|
||||
final tileset = SpriteSheet(
|
||||
image: tilesetImage,
|
||||
|
||||
Reference in New Issue
Block a user