mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Wind arrow now follows on every camera
Follows correctly #story[1276] #pair[zyt10, ajm412]
This commit is contained in:
@@ -215,7 +215,7 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
windCell.init(player);
|
||||
windCell.init(player, raceState.getWindDirection());
|
||||
windCell.setCamera(gameView.getView().getCamera());
|
||||
gameView.getView().cameraProperty()
|
||||
.addListener((obs, oldVal, newVal) -> windCell.setCamera(newVal));
|
||||
|
||||
Reference in New Issue
Block a user