From 0b9c84a397e5fac85129b8080368ab9e18c27dea Mon Sep 17 00:00:00 2001 From: exoad Date: Mon, 10 Feb 2025 10:31:37 -0500 Subject: [PATCH] apply reviewer suggestions --- .../flame_texturepacker/lib/src/texture_packer_atlas.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/flame_texturepacker/lib/src/texture_packer_atlas.dart b/packages/flame_texturepacker/lib/src/texture_packer_atlas.dart index 2e13536c1a..cd887be6f7 100644 --- a/packages/flame_texturepacker/lib/src/texture_packer_atlas.dart +++ b/packages/flame_texturepacker/lib/src/texture_packer_atlas.dart @@ -26,9 +26,8 @@ class TexturePackerAtlas { /// instead of the packed size. For animation sprites, load with origin size /// is recommended for smooth result. /// - /// If [prefix] is not specified, the atlas file will be expected to under - /// a folder named "images" under [Flame.assets]. This is only applicable when - /// reading from the Flutter assets folder. + /// If [prefix] is not specified, the atlas file [path] will be resolved + /// relative to the `assets/images/` directory. static Future load( String path, { bool fromStorage = false,