mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Wakes still broken. Implemented dashed lines that track the progress of individual boats.
#implement #story[483]
This commit is contained in:
@@ -179,7 +179,10 @@ public class CanvasController {
|
||||
//System.out.println("p.toString() = " + p.toString());
|
||||
double heading = 360.0 / 0xffff * p.getZ();
|
||||
//System.out.println("heading = " + heading);
|
||||
|
||||
raceObject.setDestination(p2d.getX(), p2d.getY(), heading, id);
|
||||
|
||||
//raceObject.setDestination(p2d.getX(), p2d.getY(), id);
|
||||
}
|
||||
StreamParser.boatPositions.remove((long) id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user