aboutsummaryrefslogtreecommitdiff
path: root/src/gameplay/Score.java (unfollow)
Commit message (Collapse)Author
2023-05-28Removed unnecesary files in the gameplay class, as well as merged ↵Aidan Ross
gameplay.score with main.scoreController such that score and combo are now displayed properly on the screen
2023-05-25the main.Level() class is now declared in levelcontroller with the name of ↵Aidan Ross
the level being read in the assets folder, allowing for different songs in the list.
2023-05-25rename gameplay packagesowgro
2023-05-25Renamed everything to be better and fixed arches on SongPlayerAidan Ross
2023-05-24Scoring now almost works, and finished the visuals for hitting a noteAidan Ross
2023-05-10Downgrade to JavaFX 15.0.1 and add Windows configstferrari25
2023-05-09Move filesTyler Ferrari
2023-05-09Here's all the classes I needed to make the lane test work. Aidan Ross