Add new places; add music component; add audio module; add touch events; fixes

This commit is contained in:
obergodmar
2020-06-29 18:55:33 +03:00
parent 0b52c73cab
commit dea845a76f
53 changed files with 570 additions and 188 deletions
+5 -2
View File
@@ -1,7 +1,10 @@
import preview from './preview'
import view from './view'
import music from './music'
export default {
preview,
view
name: 'stormwind-park',
music,
view,
preview
}
+7
View File
@@ -0,0 +1,7 @@
import StormwindMusic1 from './stormwind-park-music-1.mp3'
import StormwindMusic2 from './stormwind-park-music-2.mp3'
export default [
StormwindMusic1,
StormwindMusic2
]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 67 KiB