/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});
wallBounceSound
Sound effect
hitSoundPlayer
Sound effect
hitSoundAI
Sound effect
restartSound
Sound effect
powerupSpawnSound
Sound effect
gameMusic
Music
powerupGoodSound
Sound effect
powerupBadSound
Sound effect
shieldBlockSound
Sound effect
scoreSoundPlayer
Sound effect
scoreSoundAI
Sound effect
gameOverSoundWin
Sound effect
gameOverSoundLose
Sound effect
introSound1
Sound effect
introSound2
Sound effect