Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created May 6, 2011 19:03
Show Gist options
  • Save knowuh/959564 to your computer and use it in GitHub Desktop.
Save knowuh/959564 to your computer and use it in GitHub Desktop.
{
"type": "Mysystem_sc",
"TODO": "Be sure to add the necessary fields to this JSON file for your new step type, a copy of the contents of this file will be copied to the new step file when an author creates a new instance of your step in the authoring tool, you may delete this TODO field",
"prompt": "What do you want to do?",
"modules": [
{
"name": "thing",
"icon": "http://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Bongo.jpg/120px-Bongo.jpg",
"image": "http://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Bongo.jpg/120px-Bongo.jpg",
"xtype": "MySystemContainer",
"etype": "source",
"fields": {
"efficiency": "1"
}
},
{
"name": "Thing 2",
"icon": "http://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Bongo.jpg/120px-Bongo.jpg",
"image": "http://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Bongo.jpg/120px-Bongo.jpg",
"xtype": "MySystemContainer",
"etype": "source",
"fields": {
"efficiency": "1"
}
},
{
"name": "",
"icon": "",
"image": "",
"xtype": "MySystemContainer",
"etype": "source",
"fields": {
"efficiency": "1"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment