// List of asset keys. This is called by the API to add all the asset keys for easy reference. loadAssetKeyNames = function(){ Genari.k.bannerImgKey = "bannerImg"; Genari.k.dialogBoxFrameImgKey = "dialogBoxFrameImg"; Genari.k.answerImageSizeAttKey = "answerImageSizeAtt"; Genari.k.correctComment1SndKey = "correctComment1Snd"; Genari.k.correctComment2SndKey = "correctComment2Snd"; Genari.k.pauseBtnKey = "pauseBtn"; Genari.k.resumeBtnKey = "resumeBtn"; Genari.k.restartBtnKey = "restartBtn"; Genari.k.exitBtnKey = "exitBtn"; Genari.k.correctEffectSpriteKey = "correctEffectSprite"; Genari.k.wrongEffectSpriteKey = "wrongEffectSprite"; Genari.k.scoreReelSpriteKey = "scoreReelSprite"; Genari.k.endMusicKey = "endMusic"; Genari.k.openingSndKey = "openingSnd"; Genari.k.wrongComment2SndKey = "wrongComment2Snd"; Genari.k.selectSndKey = "selectSnd"; Genari.k.wrongComment3SndKey = "wrongComment3Snd"; Genari.k.backgroundMusicKey = "backgroundMusic"; Genari.k.correctComment3SndKey = "correctComment3Snd"; Genari.k.wrongComment1SndKey = "wrongComment1Snd"; Genari.k.worldTileMapKey = "worldTileMap"; Genari.k.answerBoxIntervalAttKey = "answerBoxIntervalAtt"; Genari.k.firstAnswerLeftPosAttKey = "firstAnswerLeftPosAtt"; Genari.k.firstAnswerTopPosAttKey = "firstAnswerTopPosAtt"; Genari.k.deniedEffectSndKey = "deniedEffectSnd"; Genari.k.dropBoxImgKey = "dropBoxImg"; Genari.k.correctEffectSndKey = "correctEffectSnd"; Genari.k.wrongEffectSndKey = "wrongEffectSnd"; };