From 8c8a4023c98e076ae6c635b36734dbe28782ed69 Mon Sep 17 00:00:00 2001 From: mithe24 Date: Tue, 20 May 2025 18:26:53 +0200 Subject: view module overhaul (#26) * 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 --- pacman/view/src/main/resources/gameAssets/pacman3.png | Bin 0 -> 276 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pacman/view/src/main/resources/gameAssets/pacman3.png (limited to 'pacman/view/src/main/resources/gameAssets/pacman3.png') diff --git a/pacman/view/src/main/resources/gameAssets/pacman3.png b/pacman/view/src/main/resources/gameAssets/pacman3.png new file mode 100644 index 0000000..27a4a26 Binary files /dev/null and b/pacman/view/src/main/resources/gameAssets/pacman3.png differ -- cgit v1.2.3-70-g09d2