Fix saving of name.

This commit is contained in:
Kevin Dungs
2014-08-05 09:06:23 +02:00
committed by Tadej Novak
parent e1a1f23cde
commit d6540d3ba7
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ var GameObjects = (function() {
*/
var labPrototype = {
version: '0.2',
name: 'My Awesome Lab',
name: 'Click here to give your lab a catchy name',
detector: {
rate: 1
},