taiko-web/public/src/js/assets.js

127 lines
2.2 KiB
JavaScript
Raw Normal View History

2015-07-17 10:22:46 +02:00
var assets = {
2018-09-18 00:37:59 +02:00
"img": [
"title-screen.png",
"logo-big.png",
2018-10-25 16:18:41 +02:00
"notes.png",
"notes_drumroll.png",
"notes_hit.png",
2018-09-20 01:20:26 +02:00
"balloon.png",
2018-09-18 00:37:59 +02:00
"taiko.png",
"dancing-don.gif",
"bg-pattern-1.png",
"muzu_easy.png",
"muzu_normal.png",
"muzu_hard.png",
"muzu_oni.png",
"muzu_ura.png",
2018-09-18 00:37:59 +02:00
"don_anim_normal.png",
"don_anim_10combo.png",
2018-09-20 01:20:26 +02:00
"don_anim_gogo.png",
"don_anim_gogostart.png",
2018-09-26 02:26:42 +02:00
"don_anim_clear.png",
2018-09-20 01:20:26 +02:00
"fire_anim.png",
2018-09-27 03:04:01 +02:00
"fireworks_anim.png",
"bg_genre_0.png",
"bg_genre_1.png",
"bg_genre_2.png",
"bg_genre_3.png",
"bg_genre_4.png",
"bg_genre_5.png",
"bg_genre_6.png",
2018-10-01 09:33:43 +02:00
"bg_genre_7.png",
"bg_score_p1.png",
"bg_score_p2.png",
2018-10-05 19:03:59 +02:00
"badge_auto.png",
"touch_drum.png",
"touch_pause.png",
"touch_fullscreen.png"
2018-09-11 00:17:13 +02:00
],
2018-09-18 00:37:59 +02:00
"audioSfx": [
"don.wav",
"ka.wav",
2018-10-03 11:48:18 +02:00
"start.wav",
2018-09-11 00:17:13 +02:00
2018-09-18 00:37:59 +02:00
"combo-50-meka.wav",
"combo-100-meka.wav",
"combo-200-meka.wav",
"combo-300-meka.wav",
"combo-400-meka.wav",
"combo-500-meka.wav",
"combo-600-meka.wav",
"combo-700-meka.wav",
"combo-800-meka.wav",
"combo-900-meka.wav",
"combo-1000-meka.wav",
"combo-1100-meka.wav",
"combo-1200-meka.wav",
"combo-1300-meka.wav",
"combo-1400-meka.wav",
"fullcombo-meka.wav",
2018-09-11 00:17:13 +02:00
2018-09-18 00:37:59 +02:00
"song-select.wav",
"title.ogg",
"pause.wav",
"cancel.wav",
"results.ogg"
2018-10-03 11:48:18 +02:00
],
"audioSfxLR": [
"note_don.ogg",
"note_ka.ogg",
"balloon.ogg",
"renda.ogg",
2018-09-11 00:17:13 +02:00
2018-10-03 11:48:18 +02:00
"combo-50.wav",
"combo-100.wav",
"combo-200.wav",
"combo-300.wav",
"combo-400.wav",
"combo-500.wav",
"combo-600.wav",
"combo-700.wav",
"combo-800.wav",
"combo-900.wav",
"combo-1000.wav",
"combo-1100.wav",
"combo-1200.wav",
"combo-1300.wav",
"combo-1400.wav",
"fullcombo.wav",
2018-09-18 00:37:59 +02:00
"gamefullcombo.wav",
"gameclear.wav",
"gamefail.wav",
2018-09-11 00:17:13 +02:00
2018-10-03 11:48:18 +02:00
"results_fullcombo.ogg",
"results_fullcombo2.ogg",
"results_crown.ogg",
"results_countup.wav"
2018-09-11 00:17:13 +02:00
],
"audioSfxLoud": [
"diffsel.wav"
],
2018-09-18 00:37:59 +02:00
"audioMusic": [
2018-09-26 23:12:50 +02:00
"bgm_songsel.ogg",
2018-09-18 00:37:59 +02:00
"bgm_result.ogg",
"bgm_setsume.ogg"
2018-09-11 00:17:13 +02:00
],
"audioOgg": "note_ka.ogg",
2018-09-18 00:37:59 +02:00
"fonts": [
"Kozuka",
"TnT"
],
"views": [
"game.html",
"loadsong.html",
"songselect.html",
"titlescreen.html",
2018-10-14 10:04:31 +02:00
"tutorial.html",
2018-10-14 20:08:05 +02:00
"about.html",
"debug.html"
2018-09-11 00:17:13 +02:00
],
2015-07-18 04:57:56 +02:00
2018-09-18 00:37:59 +02:00
"songs": [],
"sounds": {},
"image": {},
"pages": {}
}