mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 23:50:45 +00:00
Additional character info tags now placed under the character in the tree
Few icons for tags (metadata,fileattributes,setbackground,place and remove tags)
This commit is contained in:
@@ -2733,7 +2733,10 @@ public class XFLConverter {
|
||||
DefineSpriteTag sprite = (DefineSpriteTag) characters.get(chid);
|
||||
if (sprite.subTags.isEmpty()) {
|
||||
String data = convertActionScript(dia);
|
||||
String expPath = dia.getExportName();
|
||||
CharacterTag spr=dia.getSwf().getCharacter(dia.spriteId);
|
||||
String expName = spr!=null?spr.getExportName():"_unk_";
|
||||
|
||||
String expPath = spr.getExportName();
|
||||
final String prefix = "__Packages.";
|
||||
if (expPath.startsWith(prefix)) {
|
||||
expPath = expPath.substring(prefix.length());
|
||||
|
||||
Reference in New Issue
Block a user