first commit
This commit is contained in:
@ -0,0 +1,63 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"animations": {
|
||||
"animation.dottler.ground_idle": {
|
||||
"loop": true,
|
||||
"bones": {
|
||||
"body": {
|
||||
"rotation": ["0+1*(math.sin(q.anim_time*90+2)*0.1)+0.1*(math.sin(q.anim_time*90+2)*.5)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0]
|
||||
},
|
||||
"shell": {
|
||||
"rotation": [0, 0, "0-1*(math.cos(q.anim_time*90+2)*1)"]
|
||||
},
|
||||
"foot_fr": {
|
||||
"rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0]
|
||||
},
|
||||
"foot_fl": {
|
||||
"rotation": [0, "0+1*(math.cos(q.anim_time*90+2)*1)", 0]
|
||||
},
|
||||
"foot_br": {
|
||||
"rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0]
|
||||
},
|
||||
"foot_bl": {
|
||||
"rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0]
|
||||
},
|
||||
"whiskerr": {
|
||||
"rotation": [0, "0-1*(math.cos(q.anim_time*90+8)*6)", "0-1*(math.cos(q.anim_time*90+2)*4)"]
|
||||
},
|
||||
"whiskerl": {
|
||||
"rotation": [0, "0+1*(math.cos(q.anim_time*90+8)*6)", "0+1*(math.cos(q.anim_time*90+2)*4)"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"animation.dottler.ground_walk": {
|
||||
"loop": true,
|
||||
"bones": {
|
||||
"body": {
|
||||
"rotation": ["0+1*(math.sin(q.anim_time*90+2)*0.1)+0.1*(math.sin(q.anim_time*90+2)*.5)", "0+1*(math.cos(q.anim_time*180+2)*4)", 0]
|
||||
},
|
||||
"shell": {
|
||||
"rotation": [0, 0, "0-1*(math.cos(q.anim_time*90+2)*1)"]
|
||||
},
|
||||
"foot_fr": {
|
||||
"rotation": ["0-4*(math.sin(q.anim_time*180+2)*4)", "0-1*(math.cos(q.anim_time*90+2)*1)", 0]
|
||||
},
|
||||
"foot_fl": {
|
||||
"rotation": ["0+4*(math.sin(q.anim_time*180+2)*4)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0]
|
||||
},
|
||||
"foot_br": {
|
||||
"rotation": ["0+4*(math.sin(q.anim_time*180+2)*4)", "0-1*(math.cos(q.anim_time*90+2)*1)", 0]
|
||||
},
|
||||
"foot_bl": {
|
||||
"rotation": ["0-4*(math.sin(q.anim_time*180+2)*4)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0]
|
||||
},
|
||||
"whiskerr": {
|
||||
"rotation": [0, "0-1*(math.cos(q.anim_time*90+8)*6)", "0-1*(math.cos(q.anim_time*90+2)*4)"]
|
||||
},
|
||||
"whiskerl": {
|
||||
"rotation": [0, "0+1*(math.cos(q.anim_time*90+8)*6)", "0+1*(math.cos(q.anim_time*90+2)*4)"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user