Ignore:
Timestamp:
Jun 6, 2011, 4:40:18 PM (13 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
b660017
Parents:
bdd63ba
Message:

Moved all the enums to an Enum.java file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/medievaltech/advancewars/GameView.java

    rbdd63ba r379005b  
    33import java.io.*;
    44
    5 import com.medievaltech.advancewars.Tile.TerrainType;
     5import com.medievaltech.advancewars.Enum.*;
    66import com.medievaltech.unit.*;
    77import com.medievaltech.gui.*;
     
    2020        public AppState mAppState;
    2121        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)
    2822
    2923        /*
Note: See TracChangeset for help on using the changeset viewer.