ok so finihs is done, just need dialog stuff

This commit is contained in:
Peter Cottle 2013-01-09 01:57:53 -08:00
parent 9381f42509
commit a1a6820d77

View file

@ -76,7 +76,8 @@ LevelArbiter.prototype.validateLevel = function(level) {
var optionalFields = [
'hint',
'disabledMap'
'disabledMap',
'startTree'
];
_.each(requiredFields, function(field) {