This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'dart:ui'; | |
| import 'package:flame/components.dart'; | |
| import 'package:flame/events.dart'; | |
| import 'package:flame/rendering.dart'; | |
| import 'package:flame_behaviors/flame_behaviors.dart'; | |
| /// A [Behavior] that adds pan and zoom to its parent entity, | |
| /// simulating camera movement. | |
| /// |
OlderNewer