mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-04 23:38:10 +07:00
Build retry
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user