A simple, lightweight webpage designed for easily mapping sprite tiles from a sprite sheet. This tool eliminates the need for manually counting columns and rows to find coordinates.
- Effortless Upload: Quickly upload your sprite sheet image.
- Customizable Tile Dimensions: Easily input the tile size and margin size in pixels.
- Interactive Coordinate Mapping: Click on any tile in your sprite sheet to instantly get its
xandycoordinates. - Visual Feedback: The selected tile is highlighted with a red square for clear identification.
- User-Friendly Interface: A clean and intuitive design built with Tailwind CSS for a smooth experience.
- Upload Sprite Sheet: Click the "Upload Sprite Sheet" button and select your image file.
- Set Tile Size: Enter the width and height of a single sprite tile in pixels into the "Tile Size (px)" input field (e.g.,
16for 16x16 pixel tiles). - Set Margin Size (Optional): If there's a margin or spacing between your tiles, enter that value in pixels into the "Margin Size (px)" input field.
- Click and Map: Click anywhere on your uploaded sprite sheet. The "Coordinates" display will instantly show the
xandycoordinates of the tile you clicked on. The selected tile will be highlighted visually.