Skip to content

Commit

Permalink
feat(flame_texturepacker): Expose TexturePackerAtlas (#3047)
Browse files Browse the repository at this point in the history
Closes #3046

---------

Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
  • Loading branch information
matthiasn and spydon authored Feb 20, 2024
1 parent 6270353 commit 892052b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/flame_texturepacker/lib/flame_texturepacker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ library flame_texturepacker;
import 'package:flame/game.dart';
import 'package:flame_texturepacker/src/texture_packer_atlas.dart';

export 'package:flame_texturepacker/src/texture_packer_atlas.dart';
export 'package:flame_texturepacker/src/texture_packer_sprite.dart';

extension TexturepackerLoader on Game {
Expand Down

0 comments on commit 892052b

Please sign in to comment.