1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-07-17 21:31:10 +00:00

finish to add enemy

This commit is contained in:
2022-06-15 16:49:33 +02:00
parent 62ebdf6248
commit 907ae78eec
6 changed files with 22 additions and 11 deletions

View File

@ -3,6 +3,7 @@ package Text;
import java.util.Vector;
import Entity.Enemy;
import Entity.Character.Direction;
import java.util.Arrays;
import java.util.Random;
@ -20,7 +21,7 @@ public class TextEnemy {
public static void main(String[] args) {
TextEnemy t = new TextEnemy(new Enemy("Mudry", 10, 15, "lumberjack_sheet32", "desert", 25, "informatique"));
TextEnemy t = new TextEnemy(new Enemy("Mudry", 10, 15, "lumberjack_sheet32", "desert", 25, "informatique",Direction.NULL));
t.generateText();