Loading

随笔分类 -  工具

摘要:一、下载Charles 地址:https://www.charlesproxy.com/latest-release/download.do 二、Charles破解 地址:https://www.zzzmode.com/mytools/charles 输入RegisterName(此名称随意,用于显 阅读全文
posted @ 2020-11-26 10:57 Jansang 阅读(619) 评论(0) 推荐(0)
摘要:一、下载 https://www.virtualbox.org/ http://mirrors.163.com/centos/ 二、安装步骤 系统>>主板,设置启动顺序,将光驱启动设置为第一项 安装linux 设置网络 在虚拟机窗口中输入:cd /etc/sysconfig/network-scri 阅读全文
posted @ 2020-11-26 10:49 Jansang 阅读(723) 评论(0) 推荐(0)
摘要:参考: https://github.com/neil3d/excel2json 说明 -e, –excel Required. 输入的Excel文件路径. -j, –json 指定输出的json文件路径. -h, –header Required. 表格中有几行是表头. -c, –encoding 阅读全文
posted @ 2020-11-25 17:11 Jansang 阅读(641) 评论(0) 推荐(0)
摘要:参考: https://www.mapeditor.org/ 一、说明 需要将tiled地图导出到cocos坐标系 二、思路 tiled有个给对象翻转的功能,但是并没有该属性,只有“gid”被改掉了 { "gid": 2147483659, "height": 294, "id": 25, "nam 阅读全文
posted @ 2020-11-25 16:23 Jansang 阅读(367) 评论(0) 推荐(0)
摘要:一、说明 为了将使用Spine v3.8导出的json导入v3.7,您需要使用JsonRollback工具。 二、使用 导出在导出设置中选中“非必要数据”的json,否则网格信息可能会丢失。 下载Skeleton Viewer:http://esotericsoftware.com/spine-sk 阅读全文
posted @ 2020-11-25 15:15 Jansang 阅读(2412) 评论(0) 推荐(0)
摘要:参考: https://github.com/DragonBones/Tools/blob/master/README-zh_CN.md 一、安装 $ npm install dragonbones-tools --global 二、使用 将当面目录下所有的 Spine JSON 格式文件转换为龙骨 阅读全文
posted @ 2020-11-25 14:29 Jansang 阅读(5284) 评论(0) 推荐(0)