Disable displaying of overlays at end of tutorial

This commit is contained in:
Ryan Huffman 2016-09-02 14:25:03 -07:00
parent 827506e929
commit 52120de44a

View file

@ -685,10 +685,10 @@ var stepFinish = function(name) {
stepFinish.prototype = {
start: function(onFinish) {
editEntitiesWithTag('door', { visible: false });
Menu.setIsOptionChecked("Overlays", true);
showEntitiesWithTag(this.tag);
},
cleanup: function() {
//Menu.setIsOptionChecked("Overlays", true);
hideEntitiesWithTag(this.tag);
deleteEntitiesWithTag(this.tempTag);
}