Personnages et plateaux BattleZone.

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

No files matched your search

+14
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;
}