Changeset b6a9b5f in galcon-client for src/com/example/helloandroid/Game.java


Ignore:
Timestamp:
May 28, 2010, 4:02:05 AM (15 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
5053d90
Parents:
5a03a06
Message:

Each planet is colored based on the faction that controls it and the ship count is centered on the planet and increases over time.

File:
1 edited

Legend:

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

    r5a03a06 rb6a9b5f  
    112112        if (savedInstanceState == null) {
    113113            // we were just launched: set up a new game
    114                 mThread.setState(DrawingThread.STATE_READY);
     114                mThread.setState(DrawingThread.STATE_RUNNING);
    115115            Log.w(this.getClass().getName(), "SIS is null");
    116116        } else {
Note: See TracChangeset for help on using the changeset viewer.