Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created May 10, 2011 18:37
Show Gist options
  • Save knowuh/965099 to your computer and use it in GitHub Desktop.
Save knowuh/965099 to your computer and use it in GitHub Desktop.
mysystem authoring json
{
"type": "Mysystem_sc",
"prompt": "What do you want to do?",
"modules": [
{
"name": "heater",
"icon": "http://dl.dropbox.com/u/73403/mysystem/images/burner-transp-70.png",
"image": "http://dl.dropbox.com/u/73403/mysystem/images/burner-transp-70.png",
"xtype": "MySystemContainer",
"etype": "source",
"fields": {
"efficiency": "1"
}
},
{
"name": "egg",
"icon": "http://dl.dropbox.com/u/73403/mysystem/images/egg-transp-70.png",
"image": "http://dl.dropbox.com/u/73403/mysystem/images/egg-transp-70.png",
"xtype": "MySystemContainer",
"etype": "source",
"fields": {
"efficiency": "1"
}
},
{
"name": "pot",
"icon": "http://dl.dropbox.com/u/73403/mysystem/images/pot.jpg",
"image": "http://dl.dropbox.com/u/73403/mysystem/images/pot.jpg",
"xtype": "MySystemContainer",
"etype": "source",
"fields": {
"efficiency": "1"
}
},
{
"name": "water",
"icon": "http://dl.dropbox.com/u/73403/mysystem/images/water-70.png",
"image": "http://dl.dropbox.com/u/73403/mysystem/images/water-70.png",
"xtype": "MySystemContainer",
"etype": "source",
"fields": {
"efficiency": "1"
}
}
],
"energy_types": [
{
"label": "thing",
"color": "#ff0011"
},
{
"label": "heat",
"color": "#E97F02"
},
{
"label": "heat",
"color": "#E97F02"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment