//Modulesͼ һΪImageڶΪ꣬Ϊ꣬ĸΪΪ
short[][] modules = {
	{0,0,0,20,22},
	{0,21,0,14,28},
	{0,0,28,34,31},
	{0,35,0,11,14},
	{0,48,0,24,10},
	{0,0,60,50,44},
	{0,55,66,46,32},
	{0,39,16,66,43},
	{0,53,11,25,5},
};
//FramesݣһΪΧڶΪΧ֮ΪModules
//ModulesݣһΪModulesIdڶΪTransformΪXƫĸΪYƫ
frames = {
	{//stand01
		{0,0,0,0},{0,0,0,0},{0,0,-22,-22},{1,0,-2,-28},{3,0,12,-14}
	},{//stand02
		{0,0,0,0},{0,0,0,0},{2,0,-24,-31},{3,0,10,-14}
	},{//run01
		{0,0,0,0},{0,0,0,0},{0,0,-22,-22},{1,0,-2,-28},{3,0,12,-14}
	},{//run02
		{0,0,0,0},{0,0,0,0},{3,0,9,-14},{0,0,-22,-22},{1,0,-2,-28},{4,0,-8,-10}
	},{//01
		{0,0,0,0},{0,0,0,0},{5,0,-41,-44},{3,0,9,-14}
	},{//02
		{0,0,0,0},{0,0,0,0},{7,0,-58,-43},{8,0,-44,-48},{3,0,8,-14}
	},{//aida1
		{0,0,0,0},{0,0,0,0},{6,0,-28,-31}
	},{//aida2
		{0,0,0,0},{0,0,0,0},{6,0,-27,-32}
	},
};
//ActionsݣһΪFrameIdڶXƫΪYƫĸΪǰ֡ҪƵĴ֡ʱ1Σ
actions = {
	{//stand
		{0,0,0,2},{1,0,0,2},
	},{//run
		{2,0,0,2},{3,0,0,2},
	},{//att
		{1,0,0,2},{4,0,0,2},{5,0,0,0},
	},{//aida
		{6,0,0,2},{7,0,0,2},
	},
};
