1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-29 11:01:07 +00:00

select answer with row

This commit is contained in:
2022-06-17 21:45:05 +02:00
parent 62716a5077
commit 2e034c4f85
5 changed files with 35 additions and 14 deletions

View File

@@ -46,6 +46,7 @@ public class PokeHES extends PortableApplication {
sp.init();
controller.init();
enemies.add(new Enemy("Mudry", 5, 6, "21RI", 700, "informatique"));
// add player, create and add all enemies in entities
entities.add((Entity) sp.p);
enemies.add(new Enemy("Gloeckner", 1, 7, "21N307", 600, "allemand"));