﻿//Modules切图数据 第一个数据为Image索引，第二个为横坐标，第三个为纵坐标，第四个为宽，第五个为高
short[][] modules = {
	{0,0,28,9,14},
	{0,10,30,11,14},
	{0,22,31,11,12},
	{0,34,28,11,16},
	{0,0,15,9,12},
	{0,10,15,11,14},
	{0,22,23,10,7},
	{0,22,11,11,11},
	{0,34,13,13,14},
	{0,3,0,14,14},
	{0,20,1,14,9},
	{0,35,0,12,12},
};
//Frames数据，第一组为攻击范围，第二组为被攻击范围，之后为Modules数据
//Modules数据，第一个为ModulesId，第二个为Transform，第三个为X偏移量，第四个为Y偏移量
frames = {
	{//9-0
		{0,0,0,0},{0,0,0,0},{11,0,0,0},{10,0,11,6},{6,0,25,3},{7,0,6,9},{8,0,18,7}
	},{//9-1
		{0,0,0,0},{0,0,0,0},{11,0,0,0},{10,0,11,6},{6,0,25,3},{2,0,7,10},{3,0,18,6}
	},{//9-2
		{0,0,0,0},{0,0,0,0},{11,0,0,0},{10,0,11,6},{4,0,6,9},{5,0,20,7},{6,0,26,3}
	},{//9-3
		{0,0,0,0},{0,0,0,0},{11,0,0,0},{10,0,11,6},{0,0,8,8},{1,0,16,7},{6,0,24,3}
	},{//9-4
		{0,0,0,0},{0,0,0,0},{10,0,11,6},{0,0,8,8},{1,0,16,7},{6,0,24,3},{9,0,2,-3}
	},
};
//Actions数据，第一个为FrameId，第二个X偏移量，第三为Y偏移量，第四个为当前帧需要绘制的次数（帧延时），至少1次，
actions = {
	{//9
		{0,0,0,2},{1,0,0,2},{2,0,0,2},{4,0,0,5},{3,0,0,2},{0,0,0,2},{1,0,0,2},{2,0,0,2},{3,0,0,2},{0,0,0,2},{1,0,0,2},{2,0,0,2},{3,0,0,2},
	},
};
