initial commit
This commit is contained in:
57
node_modules/jibo-tools/templates/asset-pack-template/behaviors/idle.bt
generated
vendored
Normal file
57
node_modules/jibo-tools/templates/asset-pack-template/behaviors/idle.bt
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"91": {
|
||||
"id": 91,
|
||||
"class": "Sequence",
|
||||
"name": "",
|
||||
"args": [],
|
||||
"children": [
|
||||
111,
|
||||
114,
|
||||
112
|
||||
],
|
||||
"decorators": []
|
||||
},
|
||||
"111": {
|
||||
"id": 111,
|
||||
"class": "PlayAudio",
|
||||
"name": "",
|
||||
"asset-pack": "core",
|
||||
"parent": 91,
|
||||
"args": [
|
||||
"FX_Blip.mp3"
|
||||
]
|
||||
},
|
||||
"112": {
|
||||
"id": 112,
|
||||
"class": "Subtree",
|
||||
"name": "",
|
||||
"asset-pack": "core",
|
||||
"parent": 91,
|
||||
"args": [
|
||||
"idle.bt",
|
||||
[
|
||||
"() => {",
|
||||
"\treturn {};",
|
||||
"}"
|
||||
],
|
||||
[
|
||||
"(result) => {",
|
||||
"}"
|
||||
]
|
||||
]
|
||||
},
|
||||
"114": {
|
||||
"id": 114,
|
||||
"class": "PlayAnimation",
|
||||
"name": "",
|
||||
"asset-pack": "core",
|
||||
"parent": 91,
|
||||
"args": [
|
||||
"jon-dance.keys",
|
||||
[
|
||||
"(animation) => {",
|
||||
"}"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user