Changeset 61c4fbc in galcon-client for src/com/example/helloandroid/Planet.java


Ignore:
Timestamp:
Jun 5, 2010, 5:08:40 PM (14 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
0986844, 95509e1
Parents:
9ef6f68
Message:

The player can now send fleets by clicking on the source and destination planets.

File:
1 edited

Legend:

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

    r9ef6f68 r61c4fbc  
    101101                        break;
    102102                case 2:
    103                         c = Color.argb(255, 0, 255, 0);
     103                        c = Color.argb(255, 0, 180, 0);
    104104                        break;
    105105                case 3:
     
    107107                        break;
    108108                case 4:
    109                         c = Color.argb(255, 255, 255, 0);
     109                        c = Color.argb(255, 150, 150, 0);
    110110                        break;
    111111                default:
Note: See TracChangeset for help on using the changeset viewer.