Update sprite

This commit is contained in:
Amaury 2020-12-02 15:39:25 +01:00
parent e7521a5224
commit 78af824b2a
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 836 B

BIN
Images/prof.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

View File

@ -64,7 +64,7 @@ public class VueControleurGyromite extends JFrame implements Observer {
private void chargerLesIcones() {
icoHero = chargerIcone("Images/Pacman.png");
icoHero = chargerIcone("Images/prof.png");
icoVide = chargerIcone("Images/Vide.png");
icoColonne = chargerIcone("Images/Colonne.png");
icoMur = chargerIcone("Images/Mur.png");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 95 KiB