Skip to content

Instantly share code, notes, and snippets.

@dkambersky
Created July 14, 2017 17:22
Show Gist options
  • Save dkambersky/c6e08d6bf13e43f1339744c4f483f9fd to your computer and use it in GitHub Desktop.
Save dkambersky/c6e08d6bf13e43f1339744c4f483f9fd to your computer and use it in GitHub Desktop.
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