From 1a10bd8b7d8bc11357a1c7dc49233c58402e9379 Mon Sep 17 00:00:00 2001 From: nokoe Date: Fri, 20 Sep 2024 17:18:36 +0200 Subject: finish sounds --- client/map/progress.gd | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/map/progress.gd') diff --git a/client/map/progress.gd b/client/map/progress.gd index 1a8bb3c0..d78c9e66 100644 --- a/client/map/progress.gd +++ b/client/map/progress.gd @@ -47,8 +47,6 @@ func update(new_position: float, new_speed: float, new_warn: bool): var mat: ShaderMaterial = get_active_material(0) mat.set_shader_parameter("progress", position_) mat.set_shader_parameter("bad", warn) - - if warn and speed > 0.: ding_node.play_random() func _process(delta: float): position_ += delta * speed -- cgit v1.2.3-70-g09d2