Changeset 95509e1 in galcon-client for src/com/example/helloandroid/Planet.java


Ignore:
Timestamp:
Jun 5, 2010, 7:01:47 PM (14 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
c65ef39
Parents:
61c4fbc
Message:

Removed reference Lunar Lander classes and lots of code that was originally from Lunar Lander. Fleets are now the same color as the player who sent them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/example/helloandroid/Planet.java

    r61c4fbc r95509e1  
    6262        public int getRadius() {
    6363                return radius;
     64        }
     65       
     66        public int getFaction() {
     67                return faction;
    6468        }
    6569       
     
    128132       
    129133        public void update() {
    130                 if(faction != 0)
    131                         numShips++;
     134                //if(faction != 0)
     135                        //numShips++;
    132136               
    133137        }
Note: See TracChangeset for help on using the changeset viewer.