mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-31 19:49:16 +00:00 
			
		
		
		
	change dela for change map
This commit is contained in:
		| @@ -49,12 +49,12 @@ public class PokeHES extends PortableApplication { | ||||
|          | ||||
|         // add player, create and add all enemies in entities | ||||
| 		entities.add((Entity) sp.p); | ||||
| 		enemies.add(new Enemy("Gloeckner", 1, 7, "21N307", 600, "allemand")); | ||||
| 		enemies.add(new Enemy("Nicollier", 4, 2,  "21N308", 1600, "mathematique")); | ||||
| 		enemies.add(new Enemy("Mudry", 5, 11,  "21N304", 700, "informatique")); | ||||
| 		enemies.add(new Enemy("Ellert", 1, 4, "23N215", 300, "physique")); | ||||
| 		enemies.add(new Enemy("Bianchi", 1, 3, "23N308", 1200, "electricite")); | ||||
| 		enemies.add(new Enemy("Paciotti", 5, 11, "21N205", 1200, "mecanique")); | ||||
| 		enemies.add(new Enemy("gloeckner", 1, 7, "21N307", 600, "allemand")); | ||||
| 		enemies.add(new Enemy("nicollier", 4, 2,  "21N308", 1600, "mathematique")); | ||||
| 		enemies.add(new Enemy("mudry", 5, 11,  "21N304", 700, "informatique")); | ||||
| 		enemies.add(new Enemy("ellert", 1, 4, "23N215", 300, "physique")); | ||||
| 		enemies.add(new Enemy("bianchi", 1, 3, "23N308", 1200, "electricite")); | ||||
| 		enemies.add(new Enemy("paciotti", 5, 11, "21N205", 1200, "mecanique")); | ||||
|         for (Enemy enemy : enemies) { entities.add(enemy); } | ||||
|          | ||||
| 		//Init all entities | ||||
|   | ||||
| @@ -6,7 +6,7 @@ public class Settings { | ||||
|     public static final int PLAYERS = 1; | ||||
|     public static final int TIME = 15; // number of minutes for kill all enemy // should be 10 | ||||
|     public static final int RECOVERED = 30; // number of seconds an enemy need for recovered | ||||
|     public static final int SWITCH_MAP_TIME = 1000; // Number of milliseconds the player wait for switch map | ||||
|     public static final int SWITCH_MAP_TIME = 500; // Number of milliseconds the player wait for switch map | ||||
|  | ||||
|     public static final int SIDE = 800; // Do not change // TODO resize possible | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user