Increase blacksmith hammer sound pitch to 1.6x

Raises pitch from 1.4f to 1.6f for more distinct metallic clink in blacksmith ambience.
This commit is contained in:
Kelsi 2026-02-09 15:21:07 -08:00
parent dab23f1895
commit 251f0ac246
4 changed files with 134 additions and 34 deletions

View file

@ -224,6 +224,7 @@ private:
uint32_t currentZoneId = 0;
std::string currentZoneName;
bool inTavern_ = false;
bool inBlacksmith_ = false;
// Third-person character state
glm::vec3 characterPosition = glm::vec3(0.0f);