Changeset c3ad11c in advance-wars for src/com/medievaltech/unit/Transport.java


Ignore:
Timestamp:
Aug 26, 2011, 9:54:05 PM (13 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
511177b
Parents:
99433bb
Message:

Units are now colored based on the player that controls them. The controlling player is specified in the unit's constructor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/medievaltech/unit/Transport.java

    r99433bb rc3ad11c  
    11package com.medievaltech.unit;
    2 
    3 import android.graphics.Paint;
    42
    53public abstract class Transport extends Unit {
    64        public Unit storedUnit;
    75       
    8         public Transport(Paint p) {
     6        public Transport(Player p) {
    97                super(p);
    108        }
Note: See TracChangeset for help on using the changeset viewer.