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