mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-13 14:49:28 +00:00
a3b394c507
Initial layout
24 lines
577 B
JSON
24 lines
577 B
JSON
{
|
|
"format_version" : "1.8.0",
|
|
"animations" : {
|
|
"animation.quadruped.walk" : {
|
|
"anim_time_update" : "query.modified_distance_moved",
|
|
"loop" : true,
|
|
"bones" : {
|
|
"leg0" : {
|
|
"rotation" : [ "math.cos(query.anim_time * 38.17) * 80.0", 0.0, 0.0 ]
|
|
},
|
|
"leg1" : {
|
|
"rotation" : [ "math.cos(query.anim_time * 38.17) * -80.0", 0.0, 0.0 ]
|
|
},
|
|
"leg2" : {
|
|
"rotation" : [ "math.cos(query.anim_time * 38.17) * -80.0", 0.0, 0.0 ]
|
|
},
|
|
"leg3" : {
|
|
"rotation" : [ "math.cos(query.anim_time * 38.17) * 80.0", 0.0, 0.0 ]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|