mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
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:
@@ -406,4 +406,8 @@ public class Yacht {
|
||||
public void addLocationListener (YachtLocationListener listener) {
|
||||
locationListeners.add(listener);
|
||||
}
|
||||
|
||||
public void setLocation(GeoPoint geoPoint) {
|
||||
location = geoPoint;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user