mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-13 14:49:28 +00:00
a3b394c507
Initial layout
25 lines
503 B
JSON
25 lines
503 B
JSON
{
|
|
"format_version" : "1.8.0",
|
|
"animations" : {
|
|
"animation.pufferfish.flop" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"body" : {
|
|
"rotation" : [ 0.0, 0.0, "variable.zrot" ]
|
|
},
|
|
"tailfin" : {
|
|
"rotation" : [ 0.0, "math.cos(variable.animationamountblend * 45.0) * -5.75", 0.0 ]
|
|
}
|
|
}
|
|
},
|
|
"animation.pufferfish.swim" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"tailfin" : {
|
|
"rotation" : [ 0.0, "math.cos(variable.animationamountblend * 30.0) * -5.75", 0.0 ]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|