Skip to content

Commit

Permalink
Remove clipping UI audio sfx
Browse files Browse the repository at this point in the history
  • Loading branch information
hatmix committed Jan 20, 2025
1 parent f7442c2 commit a2989b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
Binary file removed ui/assets/audio/click_003.ogg
Binary file not shown.
19 changes: 0 additions & 19 deletions ui/assets/audio/click_003.ogg.import

This file was deleted.

5 changes: 2 additions & 3 deletions ui/ui.tscn
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[gd_scene load_steps=14 format=3 uid="uid://u1vgfeia861q"]
[gd_scene load_steps=13 format=3 uid="uid://u1vgfeia861q"]

[ext_resource type="PackedScene" uid="uid://cc37235kj4384" path="res://addons/maaacks_ui_sound_controller/base/scenes/Autoloads/ProjectUISoundController.tscn" id="1_v2lrn"]
[ext_resource type="Script" path="res://ui/ui.gd" id="1_yeoin"]
[ext_resource type="PackedScene" uid="uid://2vrf5v6tmuk7" path="res://ui/main_menu/main_menu.tscn" id="2_7jndn"]
[ext_resource type="AudioStream" uid="uid://5kc55ftsdrvt" path="res://ui/assets/audio/rollover5.ogg" id="2_xhe7v"]
[ext_resource type="AudioStream" uid="uid://c6nd767eu76fj" path="res://ui/assets/audio/click_003.ogg" id="3_jtpv2"]
[ext_resource type="PackedScene" uid="uid://dekllill0y50r" path="res://ui/credits/credits.tscn" id="5_hqkqk"]
[ext_resource type="Script" path="res://ui/overlay.gd" id="5_n6lj8"]
[ext_resource type="PackedScene" uid="uid://3s7lo7jd53un" path="res://ui/pause_menu/pause_menu.tscn" id="6_2pasj"]
Expand All @@ -21,7 +20,7 @@ script = ExtResource("1_yeoin")
[node name="ProjectUISoundController" parent="." instance=ExtResource("1_v2lrn")]
button_hovered = ExtResource("2_xhe7v")
button_focused = ExtResource("2_xhe7v")
button_pressed = ExtResource("3_jtpv2")
button_pressed = ExtResource("2_xhe7v")

[node name="InGameMenuOverlay" type="ColorRect" parent="."]
anchors_preset = 15
Expand Down

0 comments on commit a2989b5

Please sign in to comment.