Changeset fea4b77 in advance-wars for src/com/medievaltech/unit/SmTank.java


Ignore:
Timestamp:
Jun 6, 2011, 6:07:43 PM (13 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
99433bb
Parents:
b660017
Message:

Implemented turn and support for computer-controller movement of units. Right now, the computer moves a specific unit down one square when its his turn.

File:
1 edited

Legend:

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

    rb660017 rfea4b77  
    55import android.graphics.Paint;
    66import android.graphics.Point;
     7
     8import com.medievaltech.advancewars.Enum.*;
    79
    810public class SmTank extends Unit{
     
    1315                move = 7;
    1416               
    15                 type = Type.LAND;
     17                type = UnitType.LAND;
    1618                minAttackRange = 1;
    1719                maxAttackRange = 1;
Note: See TracChangeset for help on using the changeset viewer.