Support TexturePacker image atlases
This commit is contained in:
@@ -112,6 +112,9 @@ class PackageVerifier {
|
||||
if (resource.type == GameResourceType.spine) {
|
||||
return [resource.atlas!, resource.skeleton!];
|
||||
}
|
||||
if (resource.type == GameResourceType.image && resource.atlas != null) {
|
||||
return [resource.path, resource.atlas!];
|
||||
}
|
||||
return [resource.path];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user