﻿//Modules切图数据 第一个数据为Image索引，第二个为横坐标，第三个为纵坐标，第四个为宽，第五个为高
short[][] modules = {
	{0,45,7,37,35},
	{0,0,0,45,44},
	{1,0,0,193,100},
	{2,0,0,193,100},
	{3,0,0,193,100},
	{4,0,0,193,100},
	{5,0,0,240,69},
	{6,0,0,240,70},
};
//Frames数据，第一组为攻击范围，第二组为被攻击范围，之后为Modules数据
//Modules数据，第一个为ModulesId，第二个为Transform，第三个为X偏移量，第四个为Y偏移量
frames = {
	{//2_01
		{0,0,0,0},{0,0,0,0},{2,0,-84,-152},{1,0,-90,-156},{0,0,-58,-148},{6,0,-120,91}
	},{//2_02
		{0,0,0,0},{0,0,0,0},{3,0,-84,-152},{1,0,-90,-156},{0,0,-53,-153},{7,0,-120,90}
	},{//2_03
		{0,0,0,0},{0,0,0,0},{4,0,-84,-152},{1,0,-87,-158},{0,0,-53,-148},{7,2,-120,90}
	},{//2_04
		{0,0,0,0},{0,0,0,0},{5,0,-84,-152},{1,0,-83,-156},{0,0,-40,-145},{6,2,-120,91}
	},{//2_05
		{0,0,0,0},{0,0,0,0},{2,0,-84,-152},{1,0,-83,-156},{0,0,-43,-145},{6,0,-120,91}
	},{//2_06
		{0,0,0,0},{0,0,0,0},{3,0,-84,-152},{1,0,-85,-157},{0,0,-44,-152},{7,0,-120,90}
	},{//2_07
		{0,0,0,0},{0,0,0,0},{4,0,-84,-152},{1,0,-85,-156},{0,0,-53,-150},{7,2,-120,90}
	},{//2_08
		{0,0,0,0},{0,0,0,0},{5,0,-84,-152},{1,0,-89,-156},{0,0,-56,-146},{6,2,-120,91}
	},
};
//Actions数据，第一个为FrameId，第二个X偏移量，第三为Y偏移量，第四个为当前帧需要绘制的次数（帧延时），至少1次，
actions = {
	{//2
		{0,0,0,2},{1,0,0,2},{2,0,0,2},{3,0,0,2},{4,0,0,2},{5,0,0,2},{6,0,0,2},{7,0,0,2},
	},
};
