mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Disable displaying of overlays at end of tutorial
This commit is contained in:
parent
827506e929
commit
52120de44a
1 changed files with 1 additions and 1 deletions
|
@ -685,10 +685,10 @@ var stepFinish = function(name) {
|
||||||
stepFinish.prototype = {
|
stepFinish.prototype = {
|
||||||
start: function(onFinish) {
|
start: function(onFinish) {
|
||||||
editEntitiesWithTag('door', { visible: false });
|
editEntitiesWithTag('door', { visible: false });
|
||||||
Menu.setIsOptionChecked("Overlays", true);
|
|
||||||
showEntitiesWithTag(this.tag);
|
showEntitiesWithTag(this.tag);
|
||||||
},
|
},
|
||||||
cleanup: function() {
|
cleanup: function() {
|
||||||
|
//Menu.setIsOptionChecked("Overlays", true);
|
||||||
hideEntitiesWithTag(this.tag);
|
hideEntitiesWithTag(this.tag);
|
||||||
deleteEntitiesWithTag(this.tempTag);
|
deleteEntitiesWithTag(this.tempTag);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue