Skip to content
Snippets Groups Projects
Commit 424d9a39 authored by Administrator's avatar Administrator
Browse files

added card images

parent f0ae19d2
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 10 deletions
No preview for this file type
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Label?> <?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?> <?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?> <?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<AnchorPane prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.Controller"> <AnchorPane prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.65" xmlns:fx="http://javafx.com/fxml/1" fx:controller="application.Controller">
<children> <children>
<Rectangle fx:id="iconLastCard" arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="90.0" layoutX="326.0" layoutY="230.0" stroke="BLACK" strokeType="INSIDE" strokeWidth="2.0" width="57.0" />
<Label fx:id="labelLastCard" alignment="CENTER" contentDisplay="CENTER" layoutX="326.0" layoutY="256.0" prefHeight="38.0" prefWidth="57.0" text="+4" textAlignment="CENTER" textFill="WHITE">
<font>
<Font name="System Bold" size="26.0" />
</font></Label>
<HBox fx:id="hboxPlayerDeck" layoutX="83.0" layoutY="450.0" prefHeight="107.0" prefWidth="634.0" /> <HBox fx:id="hboxPlayerDeck" layoutX="83.0" layoutY="450.0" prefHeight="107.0" prefWidth="634.0" />
<StackPane fx:id="iconDeck" layoutX="458.0" layoutY="230.0" prefHeight="90.0" prefWidth="57.0" /> <ImageView fx:id="iconDeck" fitHeight="90.0" fitWidth="57.0" layoutX="447.0" layoutY="230.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="iconLastCard" fitHeight="90.0" fitWidth="57.0" layoutX="277.0" layoutY="230.0" pickOnBounds="true" preserveRatio="true" />
</children> </children>
</AnchorPane> </AnchorPane>
class/images/DRAW_FOUR-BLACK.png

8.79 KiB

class/images/DRAW_TWO-BLUE.png

7.26 KiB

class/images/DRAW_TWO-GREEN.png

8.06 KiB

class/images/DRAW_TWO-RED.png

7.42 KiB

class/images/DRAW_TWO-YELLOW.png

7.75 KiB

class/images/EIGHT-BLUE.png

6.53 KiB

class/images/EIGHT-GREEN.png

7.33 KiB

class/images/EIGHT-RED.png

6.58 KiB

class/images/EIGHT-YELLOW.png

6.9 KiB

class/images/FIVE-BLUE.png

5.76 KiB

class/images/FIVE-GREEN.png

6.41 KiB

class/images/FIVE-RED.png

5.9 KiB

class/images/FIVE-YELLOW.png

6.1 KiB

class/images/FOUR-BLUE.png

5.53 KiB

class/images/FOUR-GREEN.png

6.03 KiB

class/images/FOUR-RED.png

5.62 KiB

class/images/FOUR-YELLOW.png

5.68 KiB

class/images/NINE-BLUE.png

6.57 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment