|
|
@@ -21687,6 +21687,9 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.bindEvents(e.container),
|
|
|
this.updateModel()
|
|
|
this.modeTran = ''
|
|
|
+
|
|
|
+ this.guider2 = new PanTransGuide(this)
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -58837,7 +58840,12 @@ class PanTransGuide{
|
|
|
this.nodes = []
|
|
|
let path = this.player.path
|
|
|
let last
|
|
|
- this.player.model.heroLocations.forEach((e,i)=>{
|
|
|
+
|
|
|
+ let index = this.player.model.heroLocations.findIndex(e=>e.name == '沉浸看展')
|
|
|
+ let locations = this.player.model.heroLocations[index]
|
|
|
+ this.player.model.heroLocations.splice(index,1)
|
|
|
+
|
|
|
+ locations.forEach((e,i)=>{
|
|
|
|
|
|
if(i>0){
|
|
|
path.setWarpDestination(e)
|