Add new places & views

This commit is contained in:
obergodmar
2020-07-12 17:14:53 +03:00
parent 3db2f69b5f
commit 8cebb45636
78 changed files with 213 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
import preview from './preview'
import view from './view'
import music from './music'
export default {
name: 'dalaran',
music,
view,
preview
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+13
View File
@@ -0,0 +1,13 @@
import DalaranMusic1 from './dalaran-music-1.ogg'
import DalaranMusic2 from './dalaran-music-2.ogg'
import DalaranMusic3 from './dalaran-music-3.ogg'
import DalaranMusic4 from './dalaran-music-4.ogg'
import DalaranMusic5 from './dalaran-music-5.ogg'
export default [
DalaranMusic1,
DalaranMusic2,
DalaranMusic3,
DalaranMusic4,
DalaranMusic5
]
Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+13
View File
@@ -0,0 +1,13 @@
import Dalaran1 from './dalaran-1.jpg'
import Dalaran2 from './dalaran-2.jpg'
import Dalaran3 from './dalaran-3.jpg'
import Dalaran4 from './dalaran-4.jpg'
import Dalaran5 from './dalaran-5.jpg'
export default [
Dalaran1,
Dalaran2,
Dalaran3,
Dalaran4,
Dalaran5
]
Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

+13
View File
@@ -0,0 +1,13 @@
import Dalaran1 from './dalaran-1.jpg'
import Dalaran2 from './dalaran-2.jpg'
import Dalaran3 from './dalaran-3.jpg'
import Dalaran4 from './dalaran-4.jpg'
import Dalaran5 from './dalaran-5.jpg'
export default [
Dalaran1,
Dalaran2,
Dalaran3,
Dalaran4,
Dalaran5
]