Skip to content
Snippets Groups Projects
Commit 1253eb3c authored by amandaghassaei's avatar amandaghassaei
Browse files

a few more menu items

parent 369063d8
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,8 @@ AppState = Backbone.Model.extend({ ...@@ -98,7 +98,8 @@ AppState = Backbone.Model.extend({
allMachineTypes:{ allMachineTypes:{
handOfGod: "Hand of God", handOfGod: "Hand of God",
shopbot: "Shopbot", shopbot: "Shopbot",
oneBit: "One Bit Bot" oneBit: "One Bit Bot",
will: "Electronics Assembler"
}, },
allAssemblyStrategies: { allAssemblyStrategies: {
raster: "Raster" raster: "Raster"
...@@ -288,7 +289,7 @@ AppState = Backbone.Model.extend({ ...@@ -288,7 +289,7 @@ AppState = Backbone.Model.extend({
dmaGlobals.lattice.clearCells(); dmaGlobals.lattice.clearCells();
this._setData(JSON.parse(data), true); this._setData(JSON.parse(data), true);
dmaGlobals.lattice._updateLatticeType(null, null, null, true); dmaGlobals.lattice._updateLatticeType(null, null, null, true);
dmaGlobals.lattice.trigger("change:scale"); dmaGlobals.lattice.trigger("change:scale");//todo make this better
}, },
saveUser: function(name){ saveUser: function(name){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment