Changeset 379005b in advance-wars for src/com/medievaltech/advancewars/Game.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/Game.java
rbdd63ba r379005b 2 2 3 3 import java.io.*; 4 5 import com.medievaltech.advancewars.GameView.DrawingThread;6 4 7 5 import android.app.Activity; … … 13 11 import android.widget.TextView; 14 12 13 import com.medievaltech.advancewars.GameView.*; 14 import com.medievaltech.advancewars.Enum.*; 15 15 16 public class Game extends Activity { 16 17 private static final int MENU_SAVE = 1; 17 18 private static final int MENU_MAIN = 2; 18 19 private static final int MENU_EXIT = 3; 19 20 public enum State{BUST, ACTIVE, DOUBLEDOWN};21 20 22 21 /** A handle to the thread that's actually running the animation. */
Note:
See TracChangeset
for help on using the changeset viewer.