Skip to content

Commit

Permalink
PackageBuilder: Move Heretic animated into game-raven
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Jun 24, 2024
1 parent bbc5517 commit 63ada9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/lemon/hxdd/builder/PackageBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private void ExtractAssets() {


final Set<String> gameRavenFiles = new HashSet<String>(Arrays.asList(
new String[] {"playpal", "colormap", "textures"}
new String[] {"animated", "playpal", "colormap", "textures"}
));

mftype.forEach((key, mf) -> {
Expand Down

0 comments on commit 63ada9b

Please sign in to comment.