tell the exporter the ID and name of the drawable tag

This commit is contained in:
NoobTracker
2022-10-02 19:04:01 +02:00
committed by Jindra Petřík
parent 93a09b4c59
commit 6aba08bd31
2 changed files with 5 additions and 2 deletions
@@ -1219,7 +1219,7 @@ public class Timeline {
exporter.endGroup();
}
Matrix mat = Matrix.getTranslateInstance(rect.xMin, rect.yMin).preConcatenate(new Matrix(layer.matrix));
exporter.addUse(mat, boundRect, assetName, layer.instanceName, scalingGrid == null ? null : scalingGrid.splitter);
exporter.addUse(mat, boundRect, assetName, layer.instanceName, scalingGrid == null ? null : scalingGrid.splitter, drawable.getCharacterId(), drawable.getClassName());
}
}
}