mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-07-05 16:01:10 +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;
|
|
|
|
}
|