Skip to content

Commit 76ca5c6

Browse files
committed
Replace tempo tapper sound with the new metronome sound
1 parent bc3b075 commit 76ca5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/draw_window_tempo_tapper/draw_window_tempo_tapper.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function draw_window_tempo_tapper() {
99
y1 = floor(rh / 2 - 80) + windowoffset
1010
draw_window(x1, y1, x1 + 140, y1 + 130)
1111
ltempo = taptempo
12-
ins = instrument_list[| 4]
12+
ins = soundmetronome
1313
draw_theme_font(font_main_bold)
1414
if (language != 1) draw_text_dynamic(x1 + 8, y1 + 8, "Tempo tapper")
1515
else draw_text_dynamic(x1 + 8, y1 + 8, "节奏测量器")

0 commit comments

Comments
 (0)