https://github.com/lvcabral/PhaserSpriteSheetUnpacker
Tool to unpack frames from a Phaser Sprite Sheet
https://github.com/lvcabral/PhaserSpriteSheetUnpacker
Last synced: 7 months ago
JSON representation
Tool to unpack frames from a Phaser Sprite Sheet
- Host: GitHub
- URL: https://github.com/lvcabral/PhaserSpriteSheetUnpacker
- Owner: lvcabral
- Created: 2016-05-04T20:08:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-24T21:49:13.000Z (almost 10 years ago)
- Last Synced: 2025-10-27T23:06:22.894Z (8 months ago)
- Language: C#
- Size: 10.7 KB
- Stars: 25
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-phaser - Phaser Sprite Sheet Unpacker - Tool to unpack frames from a Phaser Sprite Sheet (Uncategorized / Uncategorized)
README
# Phaser Sprite Sheet Unpacker
Tool to unpack frames from a Phaser Sprite Sheet
After searching online I could not found a tool to split each frame of a [Phaser](http://phaser.io) sprite sheet created using tools like [TexturePacker](https://www.codeandweb.com/texturepacker) so I decided to create a simple command line application that does exactly that.
**Usage:**
```
pssu
```
*It requires Microsoft .Net Framework 4.5*