Kyoril / mmo

This repository contains the prototype of an mmorpg with a custom engine, built entirely in C++. It contains the client, tools and servers. The goal of this project is to have a vertical slice of an MMORPG which is playable.
https://discord.gg/WQEbswvMZG
30 stars 10 forks source link

UI sounds #35

Open Kyoril opened 2 weeks ago

Kyoril commented 2 weeks ago

UI elements should play sounds on different events like Button hover, Button pressed, Enter the world, opening the inventory or ingame UI panels etc.

Sounds should be oneshot sounds.

UI sounds should get their own config settings for volume and whether or not they should be enabled or disabled.