Changeset 04a9a00 in galcon-client for src/com/example/helloandroid/Fleet.java


Ignore:
Timestamp:
Jun 14, 2010, 1:07:33 AM (14 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
9d030cb
Parents:
647a312
Message:

Framerate is now set to 20 fps and planets spawn ships at different rates based on their size. However, fleets now don't leave a planet they're going around at the proper time.

File:
1 edited

Legend:

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

    r647a312 r04a9a00  
    248248                                }
    249249                        } else {
    250                                 angle = speed/(double)nearPlanet.radius*.1;
     250                                angle = speed/(double)nearPlanet.radius;
    251251                               
    252252                                if(isClockwise){
Note: See TracChangeset for help on using the changeset viewer.