mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Added highlighting for the player and moved all their assets to the foreground
#story[987]
This commit is contained in:
@@ -156,7 +156,7 @@ public class LobbyController implements Initializable, Observer{
|
||||
|
||||
List<Integer> ids = new ArrayList<>(ClientState.getBoats().keySet());
|
||||
for (int i = 0; i < ids.size(); i++) {
|
||||
competitors.get(i).add(String.format("Player ID: %d", ids.get(i)));
|
||||
competitors.get(i).add(ClientState.getBoats().get(ids.get(i)).getBoatName());
|
||||
listViews.get(i).setItems(competitors.get(i));
|
||||
imageViews.get(i).setVisible(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user