diff --git a/core/assets/arrow2.png b/core/assets/arrow2.png index 7babcf3..8b6f624 100644 Binary files a/core/assets/arrow2.png and b/core/assets/arrow2.png differ diff --git a/core/assets/player1.png b/core/assets/player1.png new file mode 100644 index 0000000..4c88966 Binary files /dev/null and b/core/assets/player1.png differ diff --git a/core/src/sagittarius/model/Player.java b/core/src/sagittarius/model/Player.java index 6322486..14854cb 100644 --- a/core/src/sagittarius/model/Player.java +++ b/core/src/sagittarius/model/Player.java @@ -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 ----------