From 50b3e358591512fafea559be763b72b81648991c Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Fri, 18 Jan 2019 00:58:58 +0100 Subject: [PATCH] remove piano to line clear sfx --- source/MidiPlayer.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/MidiPlayer.gd b/source/MidiPlayer.gd index cc054b0..883a9a9 100644 --- a/source/MidiPlayer.gd +++ b/source/MidiPlayer.gd @@ -2,7 +2,7 @@ extends "midi/MidiPlayer.gd" const Tetromino = preload("res://Tetrominos/Tetromino.gd") -const LINE_CLEAR_CHANNELS = [2, 6] +const LINE_CLEAR_CHANNELS = [2] var muted_events = []