Changeset 69f6f01 in galcon-client for src/com/example/helloandroid/Planet.java
- Timestamp:
- Jun 10, 2010, 3:23:14 AM (15 years ago)
- Branches:
- master
- Children:
- 38ac100
- Parents:
- 647a312
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/com/example/helloandroid/Planet.java
r647a312 r69f6f01 132 132 133 133 public void update() { 134 //if(faction != 0)135 //numShips++;134 if(faction != 0) 135 numShips += radius/10; 136 136 137 137 }
Note:
See TracChangeset
for help on using the changeset viewer.