Added persistant volume.

This commit is contained in:
rainbow napkin 2025-05-04 17:17:20 -04:00
parent b253f817f4
commit 2d5afc23d7
2 changed files with 4 additions and 5 deletions

View file

@ -43,6 +43,7 @@ class player{
//Numbers
this.syncTolerance = 0.4;
this.syncDelta = 6;
this.volume = 1;
//run setup functions
this.setupInput();