Add new places; add music component; add audio module; add touch events; fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 67 KiB |
Reference in New Issue
Block a user