Task 5 [Fixed slight string error in player statement] and the bug is fixed (Just need some comments later lol)

Signed-off-by: Immanuel Alvaro Bhirawa <u7280427@anu.edu.au>
This commit is contained in:
Immanuel Alvaro Bhirawa 2023-04-08 00:25:37 +10:00
parent 2e7ae85051
commit 809701c5f6

View File

@ -331,7 +331,7 @@ public class Viewer extends Application {
container += ", placed villages at ";
int counterT = 0;
while(i < parseSplit.length){
counter++;
counterT++;
String[] coords = parseSplit[i].split(",");
Rectangle village = new Rectangle(boardHeightPx/boardHeight
- 15, boardHeightPx/boardHeight - 15, Color.LIGHTGOLDENRODYELLOW);