From 76c04142644ebfb0daf268147656c5f142cadad5 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 5 Sep 2026 16:29:43 -0500 Subject: [PATCH 1/3] Add Health-regained SFX and import file (fixes #1745) --- .../first_party/sounds/ui/Health-regained.wav | 3 +++ .../sounds/ui/Health-regained.wav.import | 24 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 assets/first_party/sounds/ui/Health-regained.wav create mode 100644 assets/first_party/sounds/ui/Health-regained.wav.import diff --git a/assets/first_party/sounds/ui/Health-regained.wav b/assets/first_party/sounds/ui/Health-regained.wav new file mode 100644 index 000000000..bc03d3f4a --- /dev/null +++ b/assets/first_party/sounds/ui/Health-regained.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccbaecf2afa4c01fe95fc21d6dc594a1c6a617b400c2978036a3c6677c56394 +size 359690 diff --git a/assets/first_party/sounds/ui/Health-regained.wav.import b/assets/first_party/sounds/ui/Health-regained.wav.import new file mode 100644 index 000000000..2f62efa6e --- /dev/null +++ b/assets/first_party/sounds/ui/Health-regained.wav.import @@ -0,0 +1,24 @@ +[remap] + +importer="wav" +type="AudioStreamWAV" +uid="uid://klypx12aewss" +path="res://.godot/imported/Health-regained.wav-47f8a365286d3d1ebde5594d73117268.sample" + +[deps] + +source_file="res://assets/first_party/sounds/ui/Health-regained.wav" +dest_files=["res://.godot/imported/Health-regained.wav-47f8a365286d3d1ebde5594d73117268.sample"] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 +compress/mode=2 From 8d8a3a79f26dd1e3767f4a5ebf47511ec8a850aa Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 10 Sep 2026 16:41:27 -0500 Subject: [PATCH 2/3] Update health regained sound file --- .../sounds/collectibles/health regained.wav | 3 +++ .../collectibles/health regained.wav.import | 24 +++++++++++++++++++ .../first_party/sounds/ui/Health-regained.wav | 3 --- .../sounds/ui/Health-regained.wav.import | 24 ------------------- 4 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 assets/first_party/sounds/collectibles/health regained.wav create mode 100644 assets/first_party/sounds/collectibles/health regained.wav.import delete mode 100644 assets/first_party/sounds/ui/Health-regained.wav delete mode 100644 assets/first_party/sounds/ui/Health-regained.wav.import diff --git a/assets/first_party/sounds/collectibles/health regained.wav b/assets/first_party/sounds/collectibles/health regained.wav new file mode 100644 index 000000000..af1cdd495 --- /dev/null +++ b/assets/first_party/sounds/collectibles/health regained.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9f0c09164da400fccea3c3606be1f2e9d5ba0bdba71414f97ebf793c386cde +size 333916 diff --git a/assets/first_party/sounds/collectibles/health regained.wav.import b/assets/first_party/sounds/collectibles/health regained.wav.import new file mode 100644 index 000000000..ce0dabbcf --- /dev/null +++ b/assets/first_party/sounds/collectibles/health regained.wav.import @@ -0,0 +1,24 @@ +[remap] + +importer="wav" +type="AudioStreamWAV" +uid="uid://dh402038j4tc2" +path="res://.godot/imported/health regained.wav-e2f22d7782650b5510bef75559f12002.sample" + +[deps] + +source_file="res://assets/first_party/sounds/collectibles/health regained.wav" +dest_files=["res://.godot/imported/health regained.wav-e2f22d7782650b5510bef75559f12002.sample"] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 +compress/mode=2 diff --git a/assets/first_party/sounds/ui/Health-regained.wav b/assets/first_party/sounds/ui/Health-regained.wav deleted file mode 100644 index bc03d3f4a..000000000 --- a/assets/first_party/sounds/ui/Health-regained.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ccbaecf2afa4c01fe95fc21d6dc594a1c6a617b400c2978036a3c6677c56394 -size 359690 diff --git a/assets/first_party/sounds/ui/Health-regained.wav.import b/assets/first_party/sounds/ui/Health-regained.wav.import deleted file mode 100644 index 2f62efa6e..000000000 --- a/assets/first_party/sounds/ui/Health-regained.wav.import +++ /dev/null @@ -1,24 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamWAV" -uid="uid://klypx12aewss" -path="res://.godot/imported/Health-regained.wav-47f8a365286d3d1ebde5594d73117268.sample" - -[deps] - -source_file="res://assets/first_party/sounds/ui/Health-regained.wav" -dest_files=["res://.godot/imported/Health-regained.wav-47f8a365286d3d1ebde5594d73117268.sample"] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop_mode=0 -edit/loop_begin=0 -edit/loop_end=-1 -compress/mode=2 From 71e346638dc581930f20e8b2f149bc547e3bec77 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 14 Sep 2026 12:41:01 -0500 Subject: [PATCH 3/3] Rename sound file to health_regained.wav --- .../{health regained.wav => health_regained.wav} | 0 ...lth regained.wav.import => health_regained.wav.import} | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename assets/first_party/sounds/collectibles/{health regained.wav => health_regained.wav} (100%) rename assets/first_party/sounds/collectibles/{health regained.wav.import => health_regained.wav.import} (58%) diff --git a/assets/first_party/sounds/collectibles/health regained.wav b/assets/first_party/sounds/collectibles/health_regained.wav similarity index 100% rename from assets/first_party/sounds/collectibles/health regained.wav rename to assets/first_party/sounds/collectibles/health_regained.wav diff --git a/assets/first_party/sounds/collectibles/health regained.wav.import b/assets/first_party/sounds/collectibles/health_regained.wav.import similarity index 58% rename from assets/first_party/sounds/collectibles/health regained.wav.import rename to assets/first_party/sounds/collectibles/health_regained.wav.import index ce0dabbcf..30ba5e813 100644 --- a/assets/first_party/sounds/collectibles/health regained.wav.import +++ b/assets/first_party/sounds/collectibles/health_regained.wav.import @@ -2,13 +2,13 @@ importer="wav" type="AudioStreamWAV" -uid="uid://dh402038j4tc2" -path="res://.godot/imported/health regained.wav-e2f22d7782650b5510bef75559f12002.sample" +uid="uid://eu2db68845bf" +path="res://.godot/imported/health_regained.wav-9ed0c4fafcc4d404bfb76d23a7c77c5c.sample" [deps] -source_file="res://assets/first_party/sounds/collectibles/health regained.wav" -dest_files=["res://.godot/imported/health regained.wav-e2f22d7782650b5510bef75559f12002.sample"] +source_file="res://assets/first_party/sounds/collectibles/health_regained.wav" +dest_files=["res://.godot/imported/health_regained.wav-9ed0c4fafcc4d404bfb76d23a7c77c5c.sample"] [params]