Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.27 KB

Loading Sprite Creator

Usefull tool for creating vertical and horizontal sprite images from a single image!

Usage

Installation

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.

UI description

  • 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:
    1. vertical top - image will be cut vertically from top to bottom.
    2. vertical bottom - image will be cut vertically from bottom to the top.
    3. horizontal left - image will be cut horizontally from left to right.
    4. 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.

Images

screenshot

Software UI

example image

Example