source: advance-wars/src/com/example/advancewars/GameState.java@ dd3e793

Last change on this file since dd3e793 was dd3e793, checked in by sdanshin <devnull@…>, 14 years ago

Created a blank window where the main menu should be. Touching the screen shows the screen with the blue and green grid.

  • Property mode set to 100644
File size: 90 bytes
Line 
1package com.example.advancewars;
2
3public enum GameState {
4 MAIN_MENU,
5 BATTLE_MAP
6}
Note: See TracBrowser for help on using the repository browser.