ihm-tswow / Links-Awakening-DX-HD

Unaffiliated fork off https://linksawakeningdxhd.itch.io/links-awakening-dx-hd
358 stars 122 forks source link

No low-hearts beeping sound #1

Open tocram1 opened 8 months ago

tocram1 commented 8 months ago

It seems that this port lacks the beeping sound that occurs when you are low on life... Would there be a way to add this feature back in?

Gardosen commented 8 months ago

the base code is already present, it just does not do anything ^^

        private void UpdateHeartWarningSound()
        {
            if (Game1.GameManager.CurrentHealth <= 4)
            {

            }

        }

but i went trough the sound effect folder and could not find the matching sound like from this youtube videohttps://www.youtube.com/watch?v=HDQoc-Xg1Rg