Skip to content

Commit d947f39

Browse files
fix(levels): set tranquil-wave default volume to 0.5
1 parent 8b3bde9 commit d947f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/levels/tranquil-wave.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"difficulty": "hard",
66
"background": "sprites/background/GuitarCity.png",
77
"music": ["sounds/tranquil-wave.webm", "sounds/tranquil-wave.mp3"],
8-
"volume": 0.0,
8+
"volume": 0.5,
99
"directions": [
1010
{ "direction": "right", "time": 7.5, "duration": 3 },
1111
{ "direction": "left", "time": 7.5, "duration": 3 },

0 commit comments

Comments
 (0)