summaryrefslogtreecommitdiff
path: root/www/js/menu.js
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-05-02 10:32:16 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-05-02 10:32:16 -0400
commit2e9bfa707b33f7e371088b66e75f4e76f90ebcee (patch)
tree08261187323f5ae2e72ce178acd5df5af1701f5e /www/js/menu.js
parente417662dce5cae2e95ef98ee38baa8f53a02b9d5 (diff)
downloadhtml5ks-2e9bfa707b33f7e371088b66e75f4e76f90ebcee.tar.xz
html5ks-2e9bfa707b33f7e371088b66e75f4e76f90ebcee.zip
new image system
Diffstat (limited to 'www/js/menu.js')
-rw-r--r--www/js/menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/menu.js b/www/js/menu.js
index 5b646b9..25829e1 100644
--- a/www/js/menu.js
+++ b/www/js/menu.js
@@ -6,7 +6,7 @@ html5ks.menu = {
html5ks.api.stop("all");
html5ks.api.window("hide");
html5ks.api.play(['', "music"], {file: "music_menus", fadein: 5});
- html5ks.api.Show("url", "ui/main/bg-main.png");
+ html5ks.api.Show([['url', 'ui/main/bg-main.png']]);
this.elements.mainMenu.style.display = "block";
html5ks.store.status = "menu";
},