|
@@ -2,7 +2,6 @@
|
|
|
|
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.geometry.Insets?>
|
|
|
<?import javafx.scene.control.ScrollPane?>
|
|
<?import javafx.scene.control.ScrollPane?>
|
|
|
-<?import javafx.scene.image.Image?>
|
|
|
|
|
<?import javafx.scene.image.ImageView?>
|
|
<?import javafx.scene.image.ImageView?>
|
|
|
<?import javafx.scene.layout.ColumnConstraints?>
|
|
<?import javafx.scene.layout.ColumnConstraints?>
|
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
@@ -12,13 +11,10 @@
|
|
|
|
|
|
|
|
<?import javafx.scene.layout.StackPane?>
|
|
<?import javafx.scene.layout.StackPane?>
|
|
|
<?import javafx.scene.shape.Rectangle?>
|
|
<?import javafx.scene.shape.Rectangle?>
|
|
|
-<GridPane xmlns="http://javafx.com/javafx/25" xmlns:fx="http://javafx.com/fxml/1"
|
|
|
|
|
- fx:controller="eu.oschl.gui.GameController">
|
|
|
|
|
-
|
|
|
|
|
|
|
+<GridPane xmlns="http://javafx.com/javafx/25" xmlns:fx="http://javafx.com/fxml/1" fx:controller="eu.oschl.gui.GameController">
|
|
|
<columnConstraints>
|
|
<columnConstraints>
|
|
|
<ColumnConstraints hgrow="ALWAYS"/>
|
|
<ColumnConstraints hgrow="ALWAYS"/>
|
|
|
</columnConstraints>
|
|
</columnConstraints>
|
|
|
-
|
|
|
|
|
<rowConstraints>
|
|
<rowConstraints>
|
|
|
<RowConstraints minHeight="10.0" percentHeight="75.0" vgrow="ALWAYS"/>
|
|
<RowConstraints minHeight="10.0" percentHeight="75.0" vgrow="ALWAYS"/>
|
|
|
<RowConstraints minHeight="10.0" percentHeight="25.0" vgrow="ALWAYS"/>
|
|
<RowConstraints minHeight="10.0" percentHeight="25.0" vgrow="ALWAYS"/>
|
|
@@ -56,7 +52,6 @@
|
|
|
<Rectangle width="${cell.width}" height="${cell.height}"/>
|
|
<Rectangle width="${cell.width}" height="${cell.height}"/>
|
|
|
</clip>
|
|
</clip>
|
|
|
<ImageView fx:id="mapContainer" preserveRatio="true" fitWidth="${cell.width}">
|
|
<ImageView fx:id="mapContainer" preserveRatio="true" fitWidth="${cell.width}">
|
|
|
- <Image url="@images/map/royal_well.png"/>
|
|
|
|
|
</ImageView>
|
|
</ImageView>
|
|
|
</StackPane>
|
|
</StackPane>
|
|
|
<ScrollPane fitToWidth="true" fitToHeight="true" GridPane.rowIndex="1">
|
|
<ScrollPane fitToWidth="true" fitToHeight="true" GridPane.rowIndex="1">
|