Build retry

This commit is contained in:
Anuken
2021-06-03 14:23:16 -04:00
parent c345ad37b9
commit f1cf1efe32

View File

@ -74,8 +74,9 @@ public class MultiPacker implements Disposable{
//main page (sprites.png) - all sprites for units, weapons, placeable blocks, effects, bullets, etc //main page (sprites.png) - all sprites for units, weapons, placeable blocks, effects, bullets, etc
//environment page (sprites2.png) - all sprites for things in the environmental cache layer //environment page (sprites2.png) - all sprites for things in the environmental cache layer
//editor page (sprites3.png) - all sprites needed for rendering in the editor, including block icons and a few minor sprites //editor page (sprites3.png) - all sprites needed for rendering in the editor, including block icons and a few minor sprites
//zone page (sprites4.png) - zone previews //zone page (sprites4.png) - zone preview
//ui page (sprites5.png) - content icons, white icons and UI elements //rubble page - scorch textures for unit deaths & wrecks
//ui page (sprites5.png) - content icons, white icons, fonts and UI elements
public enum PageType{ public enum PageType{
main(4096), main(4096),
environment, environment,