Changeset 9b87c8d in galcon-client for src/com/example/helloandroid/Planet.java
- Timestamp:
- May 24, 2010, 9:46:26 PM (16 years ago)
- Branches:
- master
- Children:
- 8a4e64f
- Parents:
- 76819ac
- File:
-
- 1 edited
-
src/com/example/helloandroid/Planet.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/com/example/helloandroid/Planet.java
r76819ac r9b87c8d 4 4 int radius; 5 5 int regenRate; // ships per second 6 int x;7 int y;6 private int x; 7 private int y; 8 8 int faction; 9 9 int numShips; … … 27 27 } 28 28 29 public int getRadius() { 30 return radius; 31 } 32 29 33 public void update() { 30 34 //regen ships if not owned by faction 0
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)