Icon hinzugefügt

This commit is contained in:
silas
2018-10-06 17:17:38 +02:00
parent da2252fc11
commit 07ec39b1a1
18 changed files with 229 additions and 100 deletions

View File

@@ -44,6 +44,8 @@ export class LevelSite extends WordRotatorBaseSite {
volume: 0.7
}, SoundManager.CHANNELS.SOUND);
soundManager.resume(SoundManager.CHANNELS.MUSIC);
return super.onConstruct(args);
}