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
+10
View File
@@ -0,0 +1,10 @@
import preview from './preview'
import view from './view'
import music from './music'
export default {
name: 'halls-of-valor',
music,
view,
preview
}