mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Wind arrow follows wind data
#story[1276]
This commit is contained in:
@@ -215,10 +215,10 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
windCell.init(player);
|
||||
windCell.setCamera(gameView.getView().getCamera());
|
||||
gameView.getView().cameraProperty()
|
||||
.addListener((obs, oldVal, newVal) -> windCell.setCamera(newVal));
|
||||
System.out.println(windCell);
|
||||
|
||||
windArrowVBox.getChildren().add(windCell.getAssets());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user