1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-31 03:39:16 +00:00

near to done

This commit is contained in:
2022-06-08 20:08:18 +02:00
parent 3368e1b8c4
commit 4843f5d1d8
8 changed files with 31 additions and 208 deletions

View File

@@ -8,7 +8,7 @@ public class Enemy extends Character{
public Enemy(String name, int x, int y, String img) {
super(name, x, y, img);
//TODO Auto-generated constructor stub
turn(Character.Direction.DOWN);
}
public void setPosition(int x, int y){
@@ -24,11 +24,5 @@ public class Enemy extends Character{
// TODO Auto-generated method stub
}
@Override
public void draw(GdxGraphics arg0) {
// TODO Auto-generated method stub
}
}