Personnages et plateaux BattleZone.

This commit is contained in:
aminecmi
2015-01-07 09:58:51 +01:00
parent a430792085
commit 9de27803d9
6 changed files with 60 additions and 17 deletions

14
src/utils/Constants.java Normal file
View 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;
}