mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-22 17:33:27 +00:00
comment settings
This commit is contained in:
parent
f6f47d3063
commit
7273a6b1a3
@ -2,12 +2,12 @@ package Main;
|
||||
|
||||
public class Settings {
|
||||
|
||||
public static final boolean ANDROID = false;
|
||||
public static final boolean ANDROID = false;
|
||||
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 = 250; // Number of milliseconds the player wait for switch map
|
||||
|
||||
public static final int SIDE = 800;
|
||||
public static final int SIDE = 800; // Do not change // TODO resize possible
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user