mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
a3b394c507
Initial layout
26 lines
506 B
JSON
26 lines
506 B
JSON
{
|
|
"format_version" : "1.10.0",
|
|
"animation_controllers" : {
|
|
"controller.animation.skeleton.attack" : {
|
|
"initial_state" : "default",
|
|
"states" : {
|
|
"default" : {
|
|
"transitions" : [
|
|
{
|
|
"attack" : "query.has_target && !query.facing_target_to_range_attack"
|
|
}
|
|
]
|
|
},
|
|
"attack" : {
|
|
"animations": [ "skeleton_attack" ],
|
|
"transitions" : [
|
|
{
|
|
"default" : "!query.has_target || query.facing_target_to_range_attack"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|