diff --git a/.gradle/8.10.2/executionHistory/executionHistory.bin b/.gradle/8.10.2/executionHistory/executionHistory.bin index 8549e39c42fff66cca8849f6e6534a028e7c25a8..0d46caca67de43ec65a42906f42822747013cc09 100644 Binary files a/.gradle/8.10.2/executionHistory/executionHistory.bin and b/.gradle/8.10.2/executionHistory/executionHistory.bin differ diff --git a/.gradle/8.10.2/executionHistory/executionHistory.lock b/.gradle/8.10.2/executionHistory/executionHistory.lock index bed887d6b6ac81515d7913c491cd45050b3c0e0d..4472b7649f10c23f926b1b70d7fbd8c4c2faf161 100644 Binary files a/.gradle/8.10.2/executionHistory/executionHistory.lock and b/.gradle/8.10.2/executionHistory/executionHistory.lock differ diff --git a/.gradle/8.10.2/fileHashes/fileHashes.bin b/.gradle/8.10.2/fileHashes/fileHashes.bin index 47515cf8a030839ab1a6c16c574c9caadf3c6f4b..ce4dbe9f434bdb7ae100bb8c55ea6c9865be083f 100644 Binary files a/.gradle/8.10.2/fileHashes/fileHashes.bin and b/.gradle/8.10.2/fileHashes/fileHashes.bin differ diff --git a/.gradle/8.10.2/fileHashes/fileHashes.lock b/.gradle/8.10.2/fileHashes/fileHashes.lock index f8c5be79518eba7135ceeb4fe64d1180fd14cad4..81bb209a330fc9e3f0fc669b17a99b356020d148 100644 Binary files a/.gradle/8.10.2/fileHashes/fileHashes.lock and b/.gradle/8.10.2/fileHashes/fileHashes.lock differ diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 9aafdec7ecf31184d0a2c8e34e36ade794231f5a..a83eda2c2dfda65c35fc3fbca98f80cdebee67ee 100644 Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/build/classes/java/main/app/SimulatorApplication.class b/build/classes/java/main/app/SimulatorApplication.class index 9f4ba80d3723bf3c3d2277cabddbdb2158b0e3b0..b77566a4a3266765169a063c0d0f014945ad5000 100644 Binary files a/build/classes/java/main/app/SimulatorApplication.class and b/build/classes/java/main/app/SimulatorApplication.class differ diff --git a/build/classes/java/main/model/Cloud.class b/build/classes/java/main/model/Cloud.class index 8dcbc37aed2db074546809869075deef1c561b29..c5c33e9c328277e3a19e41b0e93fe901e72b5402 100644 Binary files a/build/classes/java/main/model/Cloud.class and b/build/classes/java/main/model/Cloud.class differ diff --git a/src/main/resources/view/view.fxml b/src/main/resources/view/view.fxml index 336ffa315645baacbe25bf59171d2ff6d867b9c5..8be26ffd3de7165c468bfca9c3f375f80e016a4e 100644 --- a/src/main/resources/view/view.fxml +++ b/src/main/resources/view/view.fxml @@ -32,6 +32,20 @@ <ToggleButton fx:id="pauseToggleButton" maxHeight="-Infinity" maxWidth="-Infinity" mnemonicParsing="false" onAction="#pauseToggleButtonAction" prefHeight="24.0" prefWidth="200.0" styleClass="button" text="Pause"/> + + <Label maxHeight="-Infinity" maxWidth="-Infinity" alignment="CENTER" prefHeight="24.0" prefWidth="200.0" + text="BLACK : ROAD"/> + <Label maxHeight="-Infinity" maxWidth="-Infinity" alignment="CENTER" prefHeight="24.0" prefWidth="200.0" + text="BLUE : FIREFIGHTER"/> + <Label maxHeight="-Infinity" maxWidth="-Infinity" alignment="CENTER" prefHeight="24.0" prefWidth="200.0" + text="RED : FIRE"/> + <Label maxHeight="-Infinity" maxWidth="-Infinity" alignment="CENTER" prefHeight="24.0" prefWidth="200.0" + text="GRAY : CLOUD"/> + <Label maxHeight="-Infinity" maxWidth="-Infinity" alignment="CENTER" prefHeight="24.0" prefWidth="200.0" + text="AQUA : MOTORIZEDFIREFIGHTER"/> + <Label maxHeight="-Infinity" maxWidth="-Infinity" alignment="CENTER" prefHeight="24.0" prefWidth="200.0" + text="BROWN : MOUNTAIN"/> + </VBox> <FirefighterGrid fx:id="grid" xmlns="http://javafx.com/javafx"