Added persistant volume.
This commit is contained in:
parent
b253f817f4
commit
2d5afc23d7
2 changed files with 4 additions and 5 deletions
|
|
@ -43,6 +43,7 @@ class player{
|
|||
//Numbers
|
||||
this.syncTolerance = 0.4;
|
||||
this.syncDelta = 6;
|
||||
this.volume = 1;
|
||||
|
||||
//run setup functions
|
||||
this.setupInput();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue