mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Tried to merge game loop with the broadcast. Minor error in canvas. need to fix.
#story[1047]
This commit is contained in:
@@ -93,7 +93,7 @@ public class Yacht {
|
||||
this.boatName = boatName;
|
||||
this.velocity = boatVelocity;
|
||||
this.shortName = shortName;
|
||||
this.sourceID = id;
|
||||
this.sourceId = id;
|
||||
this.sailIn = false;
|
||||
}
|
||||
|
||||
@@ -339,7 +339,4 @@ public class Yacht {
|
||||
return location;
|
||||
}
|
||||
|
||||
public Double getHeading() {
|
||||
return heading;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user