feat(nds): improve fullscreen button and add volume slider
This commit is contained in:
@@ -7,6 +7,6 @@ export const useClockTick = () => {
|
||||
const s = now.getSeconds();
|
||||
if (s === lastSecond) return;
|
||||
lastSecond = s;
|
||||
assets.audio.clockTick.play(s === 0 ? 1 : 0.7);
|
||||
assets.audio.clockTick.play(s === 0 ? 2 : 1.4);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user