Personnages et plateaux BattleZone.
This commit is contained in:
14
src/utils/Constants.java
Normal file
14
src/utils/Constants.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package utils;
|
||||
|
||||
public class Constants {
|
||||
|
||||
/** Define the duration for a football game (in ms) */
|
||||
public static final int TIME_FOOTBALL_GAME = 100000; // 100 secondes
|
||||
|
||||
public static final int TABLE_HEIGHT = 10;
|
||||
|
||||
public static final int TABLE_WIDTH = 10;
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user