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:
parent
2e7ae85051
commit
809701c5f6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user