Implemented boats spawning in parallel at the start line with spacing.

Added two more colours to support up to eight boats.

#story[1117]
This commit is contained in:
Zhi You Tan
2017-08-05 00:31:36 +12:00
parent 8af80e6c3a
commit a727014fcb
3 changed files with 42 additions and 25 deletions
+4
View File
@@ -406,4 +406,8 @@ public class Yacht {
public void addLocationListener (YachtLocationListener listener) {
locationListeners.add(listener);
}
public void setLocation(GeoPoint geoPoint) {
location = geoPoint;
}
}