aboutsummaryrefslogtreecommitdiff
path: root/game/src/MusicConductor
Commit message (Collapse)AuthorAgeLines
* Added music player control to GameSession ClarkeCode2023-04-18-0/+2
|
* Logo on Mainmenu + icon imports + whitespace cleanup (#82) Hop3112023-04-07-1/+1
| | | | | | | * Whitespace cleanup * Icon import files * Logo on main menu.
* Fix MusicConductor not loading music on exported executables Spartan3222023-03-11-1/+2
|
* Fix up MusicPlayer for future work Spartan3222023-03-09-174/+176
| | | | | | | | | | | | | 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/+222
* 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