Tileset Arranger is a highly specific, lightweight developer utility created by indie developer FabianLC available on Itch.io. It is purpose-built to solve a common, tedious bottleneck in 2D game development: reorganizing compressed or unorganized sprite sheets into clean layouts for game engines.
Rather than acting as an art creation suite like Aseprite or an automated compositing tool like Tilesetter, Tileset Arranger serves strictly as an organization atlas tool. Core Purpose & Functionality
When downloading pixel art assets or ripping sprite sheets, individual tiles are frequently packed tightly together with zero spacing, or arranged in an order that doesn’t align with an engine’s autotile system. Tileset Arranger simplifies fixing this.
Drag-and-Drop Reordering: Users load a single texture image and use simple grid-snapped drag-and-drop actions to swap, move, and restructure individual rectangular tiles.
No-Spacing Support: The app specializes in slicing and rearranging images where tiles are stored flush against one another without margins.
Atlas Cleaning: It allows developers to create standard layouts so that tilemaps map correctly inside level design suites like Tiled Map Editor or Sprite Fusion. Technical Specifications
The software is designed to be lightweight and runs locally on a computer:
Supported Platforms: Available as a standalone download for Windows and Linux.
System Requirements: Requires the .NET Framework 4.7.2 runtime environment to execute on Windows.
Pricing: Hosted under a “Name your own price” model on Itch.io, meaning it can be downloaded for free, though users can choose to donate to the creator. Alternative Mapping Workflows
If your development needs extend beyond just rearranging pre-existing sheets, consider these alternatives: Primary Use Case Key Strength Tileset Arranger Reordering existing artwork sheets. Light, simple drag-and-drop mechanics. Tilesetter Automated layout generation.
Automatically builds 47-tile blob/Wang layouts from 1 base tile. Tiled Full-scale 2D level building. Supports orthogonal, isometric, and hexagonal maps.
If you are looking for automated methods to generate complete pixel art layouts from scratch rather than manual arrangement, check out this guide:
Leave a Reply