Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created December 17, 2013 19:22
Show Gist options
  • Save domgetter/8010996 to your computer and use it in GitHub Desktop.
Save domgetter/8010996 to your computer and use it in GitHub Desktop.
{
"animatedParts" : {
"stateTypes" : {
"boosting" : {
"default" : "leftState",
"states" : {
"leftState" : {
"frames": 1,
"cycle" : 1,
"properties" : {
"persistentSound" : "/sfx/tech/hover.wav"
}
},
"rightState" : {
"frames": 1,
"cycle" : 1,
"properties" : {
"persistentSound" : "/sfx/tech/hover.wav"
}
}
}
}
}
},
"parts" : {
"bubble" : {
"partStates" : {
"boosting" : {
"leftState" : {
"properties" : {
"centered" : true,
"image" : "board.png"
}
},
"rightState" : {
"properties" : {
"centered" : true,
"image" : "board.png"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment