mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
Exporting compound scripts
This commit is contained in:
@@ -1960,6 +1960,13 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
if (d instanceof ScriptPack) {
|
||||
as3scripts.add((ScriptPack) d);
|
||||
}
|
||||
|
||||
if (d instanceof AS3Package) {
|
||||
AS3Package p = (AS3Package) d;
|
||||
if (p.isCompoundScript()) {
|
||||
as3scripts.add(p.getCompoundInitializerPack());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for (Tag sprite : sprites) {
|
||||
|
||||
Reference in New Issue
Block a user