summaryrefslogtreecommitdiff
path: root/www/js/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/play.js')
-rw-r--r--www/js/play.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/js/play.js b/www/js/play.js
index c0fb2e0..2be38ab 100644
--- a/www/js/play.js
+++ b/www/js/play.js
@@ -1,5 +1,4 @@
-if (!window.html5ks) window.html5ks = {};
-html5ks.music = {
+html5ks.data.music = {
"music_tranquil": "Afternoon",
"music_nurse": "Ah_Eh_I_Oh_You",
"music_soothing": "Air_Guitar",
@@ -39,7 +38,7 @@ html5ks.music = {
"music_one": "To_Become_One",
"music_menus": "Wiosna"
};
-html5ks.sfx = {
+html5ks.data.sfx = {
sfx_tcard: "sfx/tcard.ogg",
sfx_4lslogo: "sfx/4lsaudiologo.ogg",
sfx_alarmclock: "sfx/alarm.ogg",