Skip to content

Instantly share code, notes, and snippets.

@superfunc
Created May 3, 2015 15:55
Show Gist options
  • Save superfunc/fc6325355e04cd6af131 to your computer and use it in GitHub Desktop.
Save superfunc/fc6325355e04cd6af131 to your computer and use it in GitHub Desktop.
menu example
{
"menu": {
"elements": [
{
"image": "mainmenubg.png",
"pos": {
"xcoord": 0,
"ycoord": 0
},
"selectable": false
},
{
"image": "highlight.png",
"pos": {
"xcoord": 50,
"ycoord": 50
},
"selectable": true
},
{
"image": "playcoord.png",
"pos": {
"xcoord": 50,
"ycoord": 50
},
"selectable": true
},
{
"image": "quit.png",
"pos": {
"xcoord": 50,
"ycoord": 80
},
"selectable": true
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment