|
* 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
|