Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 549 Bytes

File metadata and controls

17 lines (11 loc) · 549 Bytes

tile-bleed-margin-generator

Automatically stretch out the 1px edge of each tile in a sprite sheet to compensate for tile bleed in 2D game development.

bleed.sh

first argument is the name of the spritesheet we want to bleed. second argument is SPRITESHEET_WIDTH third argument is SPRITESHEET_HEIGHT fourth argument is TILE_SIZE

Example sh bleed.sh spritesheet.png 640 576 16

How to use in Unity

Unity tilemap settings