mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-13 14:49:28 +00:00
a3b394c507
Initial layout
31 lines
573 B
JSON
31 lines
573 B
JSON
{
|
|
"format_version" : "1.8.0",
|
|
"animations" : {
|
|
"animation.mooshroom.baby_transform" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"head" : {
|
|
"position" : [ 0.0, "query.is_baby ? 4.0 : 0.0", "query.is_baby ? 4.0 : 0.0" ],
|
|
"scale" : "query.is_baby ? 2.0 : 1.0"
|
|
}
|
|
}
|
|
},
|
|
"animation.mooshroom.setup" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"body" : {
|
|
"rotation" : [ "-this", 0.0, 0.0 ]
|
|
}
|
|
}
|
|
},
|
|
"animation.mooshroom.setup.v1.0" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"body" : {
|
|
"rotation" : [ "90 - this", 0.0, 0.0 ]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|