Pocket Warriors Tool Using Documents - 9miao/Pocket-Warriors GitHub Wiki
Some scenes of this game are designed by UI editor, such as upgrade interface, team interface, and select instance interface. The development speed and display effect are significantly improved by using UI editor.
You can directly export the designed UI interface; system will automatically generate a json file and an image that will be used in UI editor.
We use TexturePacker to package all sequential frame images, and it can alter the gateway of packaged images and reduce size. AnimatePacker sequential frame must use this user-friendly software to package. (AnimatePacker is chargeable software with copyright support).system will generate a large PNG image and a configuration file with plist suffix.
AnimatePacker is open source software with mac and windows version, you can download it from internet. You also need to download a call port file for C++ use. This software can modify frames pitch and rotate image. Finally export an xml file, you can directly call port from this xml file to modify file.