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
+4 -2
View File
@@ -1,10 +1,12 @@
{
"ui.button.places": "Places",
"ui.button.views": "View",
"ui.button.views": "Views",
"ui.button.close": "Close",
"ui.main-menu": "Main Menu",
"ui.uiSound": "UI Sound",
"ui.uiLanguage": "Language",
"ui.language": "English",
"place.stormwind-park": "Stormwind Park"
"ui.musicVolume": "Music",
"place.stormwind-park": "Stormwind Park",
"place.halls-of-valor": "Halls Of Valor"
}
+3 -1
View File
@@ -6,5 +6,7 @@
"ui.uiSound": "Звуки интерфейса",
"ui.uiLanguage": "Язык",
"ui.language": "Русский",
"place.stormwind-park": "Парк Штормграда"
"ui.musicVolume": "Музыка",
"place.stormwind-park": "Парк Штормграда",
"place.halls-of-valor": "Чертоги Доблести"
}