Reimplemented wind. Wind arrow will rotate based on wind direction. Added labels for wind direction and wind speed.

#story[1245]
This commit is contained in:
Zhi You Tan
2017-09-12 16:52:44 +12:00
parent ec7ee34305
commit b25c3367a9
3 changed files with 60 additions and 69 deletions
@@ -735,4 +735,8 @@ public class GameView3D {
// });
// playerYacht.addMarkRoundingListener(this::updateMarkArrows);
}
public void setWindDir(double windDir) {
this.windDir = windDir;
}
}