-
-
Notifications
You must be signed in to change notification settings - Fork 3
[Feature] Implement a volume slider #88
Copy link
Copy link
Open
Labels
coreCore logic module of the frameworkCore logic module of the frameworkdesktopComputer/PC platformComputer/PC platformenhancementNew feature or requestNew feature or requestwebBrowser platformBrowser platform
Description
We need to add a volume slider to the framework. In HaxeFlixel, there is a default volume slider that allows you to press either + to turn up the master volume, - to lower it, and 0 to mute it.
Requirements:
- Implement a volume slider with
+,-and0as the default controls. These should be easily changeable. - Allow the volume slider to be toggled off or disabled.
- It should be easily changeable and swappable in case a developer would ever like to swap out its design or implement a custom version.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreCore logic module of the frameworkCore logic module of the frameworkdesktopComputer/PC platformComputer/PC platformenhancementNew feature or requestNew feature or requestwebBrowser platformBrowser platform
Projects
Status
🏗️ In Progress