aboutsummaryrefslogtreecommitdiff
path: root/game/audio
Commit message (Collapse)AuthorAgeLines
* Reorganise Asset File Structure BrickPi2024-01-21-76/+0
|
* Fix up MusicPlayer for future work Spartan3222023-03-09-0/+57
| | | | | | | | | | | | | Add music import files Rename MusicUIController to MusicPlayer Adjust MusicPlayer node position, offset, and anchors Adjust MusicConductor, MusicPlayer, and SongInfo style to conform with other GDScript files Correct capability for MusicPlayer to desync from the MusicConductor Adjusted MusicPlayer button text to use media player unicode symbols Adjust MusicPlayer to correct mouse filter problems Adjust MusicPlayer to appear more consistent Correct lack of path_join use in SongInfo Correct mouse filter problems in OptionsMenu
* Add Music Player (#49) ClarkeCode2023-03-06-0/+0
| | | | | | | | | | | | | | | * Adding MusicConductor * Added selectable songs and player visibility toggle * Refinements to the music system * SongInfo compatability with various audio formats * Moved UI reqs to editor description; flipped conditions to exclude music .import files * Made selection of the first music track extension-agnostic * Fixed visual bug with play/pause button when interacting with progress slider
* Add Sound Effect Manager (#25) BrickPi2023-02-26-0/+19