A python script to easily split a spritesheet into a bunch of individual files of a set size
- set filename variable to the path of your image
- set the tile width and height variables to the size of your desired sprites
filename = "YOUR_IMAGE_PATH" tile_width = 16 tile_height = 16