summaryrefslogtreecommitdiff
path: root/pacman/view/src/main/resources/gameAssets/pacman2.png (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-05-20view module overhaul (#26)mithe241-0/+0
* chore(game assets): Removed unneeded pacman assets Removed unneeded pacman assets, as a single asset just can be rotated. * chore(): Updating to newest javafx version Updated javafx to newest version. Addded transitivity to modules. * chore(GameController): Removes duplicate class GameController * feat(camara): Adds camara abstraction and overhauls view * fix(sprite): Removed exception from setRotation No exception should be thrown if setting rotation in the Sprite class to a number below 0 or above 360