mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
added knots beside boat name #story[447]
This commit is contained in:
@@ -271,7 +271,7 @@ public class CanvasController {
|
||||
gc.setFill(color);
|
||||
gc.setLineWidth(3);
|
||||
gc.setFontSmoothingType(FontSmoothingType.GRAY);
|
||||
gc.fillText(name + ", " + speed + " knots",x+15,y+15);
|
||||
gc.fillText(name + ", " + speed + " knots", x+15, y+15);
|
||||
|
||||
gc.fillOval(x, y, diameter, diameter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user