Changeset 379005b in advance-wars for src/com/medievaltech/advancewars/GameView.java
- Timestamp:
- Jun 6, 2011, 4:40:18 PM (13 years ago)
- Branches:
- master
- Children:
- b660017
- Parents:
- bdd63ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/com/medievaltech/advancewars/GameView.java
rbdd63ba r379005b 3 3 import java.io.*; 4 4 5 import com.medievaltech.advancewars. Tile.TerrainType;5 import com.medievaltech.advancewars.Enum.*; 6 6 import com.medievaltech.unit.*; 7 7 import com.medievaltech.gui.*; … … 20 20 public AppState mAppState; 21 21 public GameState mGameState; 22 23 /*24 * UI constants (i.e. the speed & fuel bars)25 */26 public static final int UI_BAR = 100; // width of the bar(s)27 public static final int UI_BAR_HEIGHT = 10; // height of the bar(s)28 22 29 23 /*
Note:
See TracChangeset
for help on using the changeset viewer.