Skip to content
Snippets Groups Projects
SnakeGame.fxml 307 B
Newer Older
Dina's avatar
Dina committed
<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.layout.*?>

<AnchorPane id="game" fx:id="anchorPane" prefHeight="500.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.example.SnakeGame.SnakeGameController">
Dina's avatar
Dina committed

Dina's avatar
Dina committed
</AnchorPane>