登录 注册
当前位置:主页 > 资源下载 > 48 > Atlas图片拆解脚本工具

Atlas图片拆解脚本工具

  • 更新:2024-05-23 15:05:57
  • 大小:21KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:cocos2D - 游戏开发
  • 格式:ZIP

资源介绍

# 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 ```