Skip to content

Instantly share code, notes, and snippets.

@q-depot
Created June 23, 2015 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save q-depot/a95d33f2b08cb9c8a1c0 to your computer and use it in GitHub Desktop.
Save q-depot/a95d33f2b08cb9c8a1c0 to your computer and use it in GitHub Desktop.
{
"actions" : {
"ballhandling": [
{ "ballhandlinga": {} },
{ "ballhandlingb": {} },
{ "ballhandlingc": {} }
],
"footwork": [
{ "footworka": {} },
{ "footworkb": {} },
{ "footworkc": {} }
],
"shooting": [
{ "shootinga": {} },
{ "shootingb": {} },
{ "shootingc": {} }
],
"positional": [
{ "positionala": {} },
{ "positionalb": {} },
{ "positionalc": {} }
],
"others": [
{ "jump": {} },
{ "shoot": {} },
{ "runto": {} },
{ "pass": {} },
{ "move": {} },
{ "startpoint": {} },
{ "coach": {} },
{ "defender": {} },
{ "ballin": {} },
{ "broom": {} },
{ "ladder": {} }
]
},
"connections" : {
"others": [
{ "type_sprite": {} },
{ "type_tex": {} },
{ "type_test": {} }
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment