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

Merge branch 'master' into xp-modifiaction

This commit is contained in:
Rémi Heredero
2022-06-16 07:25:57 +02:00
committed by GitHub
45 changed files with 1097 additions and 1192 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;
@ -21,7 +22,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();