|
@@ -505,6 +505,14 @@ const disTpCameras = [
|
|
|
} */
|
|
|
|
|
|
{
|
|
|
+ items: [[1,1],[1,2],[1,3],[1,4]],
|
|
|
+ dis:4.7
|
|
|
+ },
|
|
|
+ {
|
|
|
+ items: [[1,5],[1,6]],
|
|
|
+ y:-0.2
|
|
|
+ },
|
|
|
+ {
|
|
|
items: [[3,0],[6,0]],
|
|
|
y: 0.4
|
|
|
},
|
|
@@ -24528,7 +24536,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
//var currentLocation = this.model.heroLocations[this.director.currentItem[0]]
|
|
|
|
|
|
var rotTime
|
|
|
- /* if(currentLocation.rotTime == void 0 || currentLocation.rotTime == ''){
|
|
|
+ if(currentLocation.rotTime == void 0 || currentLocation.rotTime == ''){
|
|
|
var restChildCount = currentLocation0.heroLocations ? (currentLocation0.heroLocations.length-this.director.currentItem[1]-1) : 0
|
|
|
var hasMusic = currentLocation0 && currentLocation0.musicInfo.music
|
|
|
if(hasMusic){
|
|
@@ -24546,9 +24554,9 @@ window.Modernizr = function(n, e, t) {
|
|
|
}else{
|
|
|
rotTime = currentLocation.rotTime * 1000
|
|
|
Log("rotTime "+rotTime +" at item "+this.director.currentItem,"#E8E")
|
|
|
- } */
|
|
|
+ }
|
|
|
|
|
|
- rotTime = 600
|
|
|
+ /* rotTime = 600 */
|
|
|
|
|
|
|
|
|
startIdle();
|