This commit is contained in:
Ryan McGrath 2011-07-11 08:38:48 -04:00
parent 319bdaf885
commit 744fba7625
5 changed files with 13 additions and 8 deletions

View file

@ -37,6 +37,7 @@
p4 = $('#player_4');
wiimote.when('pressed_down', function() {
throw new Error('LOL');
p1.css({'top': p1.position().top + 50});
});
@ -100,7 +101,7 @@
p4.css({'top': p4.position().top - 50});
});
Wii.listen();
Wii.listen({'debug': true});
</script>
</body>
</html>