0.0.7 • Published 6 years ago

egret-merge-image v0.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

配置文件结构

实例(.js):

module.exports = 
{
	cmdUrl:"C:\\Program Files\\Egret\\TextureMerger\\TextureMerger",//TextureMerger安装路径 版本必须为1.6.3
	resPath:"./assets/default.res.json",//白鹭资源配置表
	module:
	[
		{
			groupName:"home",//生成大图放到的组
			inputDir:"./assets/home/img/",//合大图的文件夹
			outputDir:"./assets/home/home_bigImage.json",//大图生成后所在路径
			url:"home/home_bigImage.json"//资源url
		}
	]
}

用法

node node_modules/egret-merge-image/index.js -config ./temp_config
0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago