changement de la texture du joeur

This commit is contained in:
Damien 2021-05-12 16:04:56 +02:00
parent 3e0c0e9c93
commit 355f436baa
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
core/assets/player1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -27,7 +27,7 @@ public class Player extends EntityQuad {
this.home = home;
this.texture = new Texture("core/assets/arrow2.png");
this.texture = new Texture("core/assets/player1.png");
}
// ---------- METHODs ----------