-
-
Save dkambersky/c6e08d6bf13e43f1339744c4f483f9fd to your computer and use it in GitHub Desktop.
Broken stray
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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