Ignore:
File:
1 edited

Legend:

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

    r95509e1 r69f6f01  
    132132       
    133133        public void update() {
    134                 //if(faction != 0)
    135                         //numShips++;
     134                if(faction != 0)
     135                        numShips += radius/10;
    136136               
    137137        }
Note: See TracChangeset for help on using the changeset viewer.