refactor!: Move CameraComponent and events out of experimental (#2505)

This moves the CameraComponent and the new event system out of experimental since this now is the recommended way of handling things.
This commit is contained in:
Lukas Klingsbo
2023-04-19 09:55:32 +02:00
committed by GitHub
parent 89926227c5
commit 87b8a067f3
67 changed files with 98 additions and 100 deletions

View File

@ -2,7 +2,7 @@ import 'dart:math';
import 'package:flame/collisions.dart';
import 'package:flame/components.dart';
import 'package:flame/experimental.dart';
import 'package:flame/events.dart';
import 'package:flame/extensions.dart';
import 'package:flame/game.dart';
import 'package:flame/palette.dart';