Usefull tool for creating vertical and horizontal sprite images from a single image!
In out > artifacts
directory is an executable jar, which you can double click on and use the software.
Other option is to import the project into IntelliJ or eclipse and build it your self.
- Select image - file chooser to select image that needs to be created as loading sprite.
- Orientation - radio buttons for choosing the orientation of the loading sprite:
- vertical top - image will be cut vertically from top to bottom.
- vertical bottom - image will be cut vertically from bottom to the top.
- horizontal left - image will be cut horizontally from left to right.
- horizontal right - image will be cut horizontally from right to left.
- Divisions - number of how much divisions the image needs to be cut (must be positive integer).
- Select output directory - file chooser to select the output directory of the loading sprite images! Default output directory:
C:\LoadingSpriteCreator
.