-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Highscores, joystick scrolling, play count tracking, OnlineLibrary fe…
…atures (#18) * Adds joystick scolling * Fixes UIRayCast offset issue when switching from hand tracking * Fixes relative scrolling bug I introduced * Hides track while pause menu is displayed * Added features to Online_library_Panel * Scroll to load new pages * Search by song uploader * Adds ignore for non-demo songs * Creates HighscoreTable * Creates HighscorePanel * Adds export to hide close button on HighscorePanel * Adds HighscorePanel to game and populates when map is selected * Allows user to submit highscore after song * Makes keyboard text input gain focus on visible change * Adds NameSelector to game * Adds get_all_player_names() method to HighscoreTable * NameSelector is usable in game * Adds play count tracking * Adds button style to theme * Hides song info on highscore panel * Removes old mainmenu * Themes only NameSelector. Adds record/count removal. * Adds playlist selector to main menu * Connects keyboard enter signal so highscore gets submitted * Names the two keyboard nodes better so we can distinguish them * Saves highscores on each addition rather than tree exit signal * Clean up GameState TODO. Documents desired behavior in the future.
- Loading branch information
1 parent
c1c0813
commit 52c7ed2
Showing
27 changed files
with
1,731 additions
and
418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.