Skip to content

Instantly share code, notes, and snippets.

@dkambersky
Created July 14, 2017 17:22
Broken stray
{
loop : {
child : {
sequence : [
{
animation : {
play: "engine:Walk.animationPool",
loop: "engine:Walk.animationPool"
}
},
{
lookup: { tree: "Behaviors:doRandomMove" }
},
{
animation : {
play: "engine:Stand.animationPool",
loop: "engine:Stand.animationPool"
}
},
{
timer : {
time : 3
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment