summaryrefslogtreecommitdiff
path: root/www/js/play.js
blob: 016098073ed1ba7756ffa533b114fa8b4c3b70c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
html5ks.data.music = {
  "music_tranquil": "Afternoon",
  "music_nurse": "Ah_Eh_I_Oh_You",
  "music_soothing": "Air_Guitar",
  "music_twinkle": "Aria_de_l'Etoile",
  "music_moonlight": "Breathlessly",
  "music_rain": "Caged_Heart",
  "music_tragic": "Cold_Iron",
  "music_comfort": "Comfort",
  "music_lilly": "Concord",
  "music_daily": "Daylight",
  "music_ease": "Ease",
  "music_another": "Everyday_Fantasy",
  "music_friendship": "Friendship",
  "music_happiness": "Fripperies",
  "music_comedy": "Generic_Happy_Music",
  "music_tension": "High_Tension",
  "music_running": "Hokabi",
  "music_innocence": "Innocence",
  "music_heart": "Letting_my_Heart_Speak",
  "music_serene": "Lullaby_of_Open_Eyes",
  "music_drama": "Moment_of_Decision",
  "music_night": "Nocturne",
  "music_kenji": "Out_of_the_Loop",
  "music_hanako": "Painful_History",
  "music_rin": "Parity",
  "music_timeskip": "Passing_of_Time",
  "music_dreamy": "Raindrops_and_Puddles",
  "music_jazz": "Red_Velvet",
  "music_romance": "Romance_in_Andante_II",
  "music_credits": "Romance_in_Andante",
  "music_musicbox": "Sarabande_from_BWV1010,_Musicbox",
  "music_normal": "School_Days",
  "music_sadness": "Shadow_of_the_Truth",
  "music_emi": "Standing_Tall",
  "music_pearly": "Stride",
  "music_shizune": "The_Student_Council",
  "music_one": "To_Become_One",
  "music_menus": "Wiosna"
};
html5ks.data.sfx = {
  sfx_tcard: "tcard",
  sfx_4lslogo: "4lsaudiologo",
  sfx_alarmclock: "alarm",
  sfx_normalbell: "carillon",
  sfx_warningbell: "chaimu",
  sfx_crunchydeath: "crunch",
  sfx_fireworks: "fireworks",
  sfx_rain: "rain",
  sfx_rustling: "rustling",
  sfx_impact: "wumph",
  sfx_impact2: "wumph_2",
  sfx_heartfast: "heart_single_fast",
  sfx_heartslow: "heart_single_slow",
  sfx_heartstop: "heart_stop",
  sfx_emijogging: "emijogging",
  sfx_emirunning: "emirunning",
  sfx_emipacing: "emipacing",
  sfx_emisprinting: "emisprinting",
  sfx_startpistol: "startpistol",
  sfx_crowd_indoors: "crowd_indoors",
  sfx_crowd_outdoors: "crowd_outdoors",
  sfx_crowd_cheer: "crowd_cheer",
  sfx_doorknock: "doorknock",
  sfx_doorknock2: "doorknock2",
  sfx_doorslam: "doorslam",
  sfx_doorclose: "doorclose",
  sfx_cicadas: "cicadas",
  sfx_scratch: "scratch",
  sfx_traffic: "traffic",
  sfx_rumble: "rumble",
  sfx_skid: "skid2",
  sfx_gymbounce: "emibounce",
  sfx_hammer: "hammer",
  sfx_birdstakeoff: "birdstakeoff",
  sfx_storebell: "storebell",
  sfx_thunder: "thunder",
  sfx_slide: "slide",
  sfx_slide2: "slide2",
  sfx_draw: "sword_draw",
  sfx_shower: "shower",
  sfx_switch: "switch",
  sfx_pillow: "pillow",
  sfx_cellphone: "cellphone",
  sfx_door_creak: "door_creak",
  sfx_dooropen: "dooropen",
  sfx_dropglasses: "dropglasses",
  sfx_can: "can",
  sfx_stallbuilding: "stallbuilding",
  sfx_parkambience: "parkambience",
  sfx_trainint: "trainint",
  sfx_footsteps_hard: "footsteps_hard",
  sfx_footsteps_soft: "footsteps_soft",
  sfx_paper: "paper",
  sfx_paperruffling: "paperruffling",
  sfx_rooftop: "rooftop",
  sfx_lighter: "lighter",
  sfx_phone: "phone",
  sfx_hollowclick: "hollowclick",
  sfx_businterior: "businterior",
  sfx_teacup: "teacup",
  sfx_can_clatter: "can_clatter",
  sfx_snap: "snap",
  sfx_billiards_break: "billiards_break",
  sfx_billiards: "billiards",
  sfx_lock: "lock",
  sfx_dropstuff: "dropstuff",
  sfx_camera: "camera",
  sfx_time: "time",
  sfx_flash: "flash",
  sfx_whiteout: "whiteout"
};