[Update] Home: Disable scroll on globe

This commit is contained in:
0xfff 2016-11-15 01:44:37 +01:00
parent cd7441134d
commit 0e5c6d7238
2 changed files with 10 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -288,7 +288,8 @@ description: pages.home.description
url: '/assets/mn_locations.tsv', url: '/assets/mn_locations.tsv',
cameraOffset: { x: 0, y: 170, z: 0 }, cameraOffset: { x: 0, y: 170, z: 0 },
initialZoom: 450, initialZoom: 450,
barColor: 0xddddddff barColor: 0xddddddff,
mouseWheel: false
}); });
} }
}); });