mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-30 04:33:27 +00:00
12 lines
257 B
Java
12 lines
257 B
Java
package Main;
|
|
|
|
public class Settings {
|
|
|
|
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;
|
|
|
|
}
|