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

detect enemy

This commit is contained in:
2022-06-09 21:07:13 +02:00
parent 4c47120c40
commit 1466ba041a
4 changed files with 32 additions and 24 deletions

View File

@@ -2,8 +2,8 @@ package Main;
public class Settings {
public final boolean ANDROID = false;
public final int PLAYERS = 1;
public static final boolean ANDROID = false;
public static final int PLAYERS = 1;
public static final int TIME = 10; // number of minutes for kill all enemy
public static final int SIDE = 800;