Minor modification.
This commit is contained in:
parent
60b2e02fa8
commit
228841538e
@ -155,6 +155,14 @@ OV.Website = class
|
||||
this.navigator.FillTree (importResult);
|
||||
this.UpdateSidebar ();
|
||||
this.FitModelToWindow (true);
|
||||
|
||||
if (this.parameters.fileNameDiv.innerHTML === 'christmas_challenge.gltf') {
|
||||
this.dialog = OV.ShowMessageDialog (
|
||||
'Christmas Challenge',
|
||||
'Click on the boxes and find the hidden surprise. 🎁',
|
||||
null
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
OnModelClicked (button, mouseCoordinates)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user