remove piano to line clear sfx

This commit is contained in:
adrienmalin 2019-01-18 00:58:58 +01:00
parent e9f3d7dc14
commit 50b3e35859

@ -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 = []