mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
added pointer locking and viewport moving
This commit is contained in:
parent
072e984215
commit
6d9d02615a
12 changed files with 236 additions and 141 deletions
|
|
@ -18,8 +18,8 @@ function () {
|
|||
}
|
||||
|
||||
AudioPlayer.prototype.play = function() {
|
||||
this.audio.play();
|
||||
this.doPlay = true;
|
||||
//this.audio.play();
|
||||
//this.doPlay = true;
|
||||
}
|
||||
|
||||
AudioPlayer.prototype.stop = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue