mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Added documentation
#document
This commit is contained in:
@@ -330,6 +330,7 @@ public class CanvasController {
|
||||
boatGroups.add(boatGroup);
|
||||
annotations.getChildren().add(boatGroup.getAnnotations());
|
||||
} else {
|
||||
//Move annotations and boat to bottom of group keeping player ontop.
|
||||
if (boatGroups.size() > 0) {
|
||||
boatGroups.add(0, boatGroup);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user