Ignore:
Timestamp:
Aug 27, 2011, 1:56:46 AM (14 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
331d180
Parents:
511177b
Message:

Added cities to the game, moved the map to a new static class, and added incomplete support for capturing cities with soldiers.

File:
1 moved

Legend:

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

    r511177b r41c11dd  
    1 package com.medievaltech.unit;
     1package com.medievaltech.advancewars;
    22
    33import java.util.*;
     4
     5import com.medievaltech.unit.Unit;
    46
    57import android.graphics.Paint;
     
    911        private Paint color;
    1012        private ArrayList<Unit> units;
     13        public static Paint neutralColor;
    1114       
    1215        public Player(String name, Paint color) {
Note: See TracChangeset for help on using the changeset viewer.