Added #2389 Support for SPL file extension (Flash version 1 - Future Splash Animator)

This commit is contained in:
Jindra Petřík
2025-01-05 18:53:31 +01:00
parent 88802ccc64
commit 2fcd3e4a7a
24 changed files with 95 additions and 27 deletions

View File

@@ -112,6 +112,7 @@ public class ZippedBundle implements Bundle {
while ((entry = zip.getNextEntry()) != null) {
if (entry.getName().toLowerCase().endsWith(".swf")
|| entry.getName().toLowerCase().endsWith(".spl")
|| entry.getName().toLowerCase().endsWith(".gfx")
|| entry.getName().toLowerCase().endsWith(".abc")) {
keySet.add(entry.getName());