[Editor] Enable packing icons into the output game.jar

This commit is contained in:
2022-08-23 10:45:24 +02:00
parent 6f9ff07ab2
commit e5f76b29a1

View File

@@ -29,6 +29,7 @@ class DefaultProjectAssembler : ProjectAssembler {
packager.pack(project.imagesDirectory, targetJar, "BOOT-INF/classes/project/images")
packager.pack(project.characterSetsDirectory, targetJar, "BOOT-INF/classes/project/charsets")
packager.pack(project.animationsDirectory, targetJar, "BOOT-INF/classes/project/animations")
packager.pack(project.iconSetsDirectory, targetJar, "BOOT-INF/classes/project/iconsets")
packager.pack(project.fontsDirectory, targetJar, "BOOT-INF/classes/project/fonts")
packager.pack(project.widgetsDirectory, targetJar, "BOOT-INF/classes/project/widgets")
packager.pack(project.audioDirectory, targetJar, "BOOT-INF/classes/project/audio")