From 2764454967bdf485e1f554b2059b36d3d1a4a4ac Mon Sep 17 00:00:00 2001 From: Sofia Date: Fri, 7 Aug 2026 22:06:14 +0300 Subject: [PATCH] Fix footstep noises --- godot/scenes/player/effects.tscn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/godot/scenes/player/effects.tscn b/godot/scenes/player/effects.tscn index cc04c14..fd93a8c 100644 --- a/godot/scenes/player/effects.tscn +++ b/godot/scenes/player/effects.tscn @@ -1,7 +1,7 @@ [gd_scene format=3 uid="uid://cl66unms2gim0"] -[ext_resource type="AudioStream" uid="uid://b3xnffwvltdey" path="res://raw_assets/sfx/footsteps/zapsplat_foley_footstep_single_on_large_fallen_tree_trunk_001_23222.mp3" id="1_hrrbg"] [ext_resource type="AudioStream" uid="uid://bfg31e3s4jv8c" path="res://raw_assets/sfx/Hit.mp3" id="1_uh1ab"] +[ext_resource type="AudioStream" uid="uid://ybi7cnhxee4k" path="res://raw_assets/sfx/footsteps_fantozzi/Fantozzi-SandR2.ogg" id="2_hrrbg"] [ext_resource type="AudioStream" uid="uid://d0lpgmlqxum4u" path="res://raw_assets/sfx/footstep.mp3" id="2_orba0"] [sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_1cgct"] @@ -37,7 +37,8 @@ splorch = NodePath("splorch") hit_sound = NodePath("hit_sound") walk_sound = NodePath("walk") footstep_sounds = Dictionary[String, AudioStream]({ -"Normal": ExtResource("1_hrrbg") +"Normal": ExtResource("2_orba0"), +"Sand": ExtResource("2_hrrbg") }) walk_sfx_cd = 0.5