mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Added a visual indicator of wind speed during race (text box)
#pair[kre39,mra106] #story[1040]
This commit is contained in:
@@ -25,7 +25,7 @@ public class GameState {
|
||||
|
||||
public GameState(String hostIpAddress) {
|
||||
windDirection = 170d;
|
||||
windSpeed = 1300d;
|
||||
windSpeed = 10000d;
|
||||
yachts = new HashMap<>();
|
||||
players = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user