1. 首页
  2. 游戏开发
  3. cocos2D
  4. atlas图片拆解工具脚本

atlas图片拆解工具脚本

上传者: 2018-12-07 22:02:52上传 ZIP文件 21.17KB 热度 243次
# Atlas picture Unpacker ## Requirements - Python (with pip) - [Pillow](https://python-pillow.org) ## Installation ```sh $ sudo easy_install pip $ pip install Pillow ``` ## Usage `test.atlas` and `test.png` will product a dir named test: ```sh $ atlascutter.py test ``` or ```sh $ atlascutter.py test.atlas ```
用户评论