diff --git a/res/content/base/sounds/blocks/ground_place.ogg b/res/content/base/sounds/blocks/ground_place.ogg index a9cdeccc..af8ab36b 100644 Binary files a/res/content/base/sounds/blocks/ground_place.ogg and b/res/content/base/sounds/blocks/ground_place.ogg differ diff --git a/res/content/base/sounds/steps/stone_0.ogg b/res/content/base/sounds/steps/stone_0.ogg index b3d1a6d6..1ff4a84c 100644 Binary files a/res/content/base/sounds/steps/stone_0.ogg and b/res/content/base/sounds/steps/stone_0.ogg differ diff --git a/res/content/base/sounds/steps/stone_1.ogg b/res/content/base/sounds/steps/stone_1.ogg index 7e6a73c1..71b8b388 100644 Binary files a/res/content/base/sounds/steps/stone_1.ogg and b/res/content/base/sounds/steps/stone_1.ogg differ diff --git a/res/content/base/sounds/steps/stone_2.ogg b/res/content/base/sounds/steps/stone_2.ogg index 70f8e237..6802e5f9 100644 Binary files a/res/content/base/sounds/steps/stone_2.ogg and b/res/content/base/sounds/steps/stone_2.ogg differ diff --git a/res/content/base/sounds/steps/stone_3.ogg b/res/content/base/sounds/steps/stone_3.ogg index 772a5b29..87d2377f 100644 Binary files a/res/content/base/sounds/steps/stone_3.ogg and b/res/content/base/sounds/steps/stone_3.ogg differ diff --git a/res/content/base/textures/blocks/grass_top.png b/res/content/base/textures/blocks/grass_top.png index f2e7324b..ffde1a4d 100644 Binary files a/res/content/base/textures/blocks/grass_top.png and b/res/content/base/textures/blocks/grass_top.png differ diff --git a/res/content/base/textures/blocks/metal.png b/res/content/base/textures/blocks/metal.png index fc1ac447..c1fde632 100644 Binary files a/res/content/base/textures/blocks/metal.png and b/res/content/base/textures/blocks/metal.png differ diff --git a/src/frontend/screens.cpp b/src/frontend/screens.cpp index 468e0ae1..41a9b838 100644 --- a/src/frontend/screens.cpp +++ b/src/frontend/screens.cpp @@ -158,7 +158,7 @@ void LevelScreen::update(float delta) { auto player = controller->getPlayer(); auto camera = player->camera; audio::set_listener( - camera->position, + camera->position-camera->dir, player->hitbox->velocity, camera->dir, camera->up