changement des
This commit is contained in:
@ -20,14 +20,6 @@
|
||||
<font>
|
||||
<Font size="18.0" />
|
||||
</font></Button>
|
||||
<Label fx:id="d6" layoutX="199.0" layoutY="190.0" styleClass="des" text="6">
|
||||
<font>
|
||||
<Font size="64.0" />
|
||||
</font></Label>
|
||||
<Label fx:id="d4" layoutX="433.0" layoutY="211.0" styleClass="des" text="4">
|
||||
<font>
|
||||
<Font size="64.0" />
|
||||
</font></Label>
|
||||
<Label fx:id="nomJoueur" layoutX="405.0" layoutY="29.0" text="joueur 1">
|
||||
<font>
|
||||
<Font size="36.0" />
|
||||
|
11
src/ihm/ressources/img/des.fxml
Normal file
11
src/ihm/ressources/img/des.fxml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.image.Image?>
|
||||
<?import javafx.scene.image.ImageView?>
|
||||
|
||||
|
||||
<ImageView fitHeight="33.0" fitWidth="200.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<image>
|
||||
<Image url="@dice.sprite.png" />
|
||||
</image>
|
||||
</ImageView>
|
Reference in New Issue
Block a user