Added Chunk Loading and player movement code

This commit is contained in:
Stefan-5422
2022-02-24 15:11:15 +01:00
parent dfb7ef4494
commit c7d0957902
9 changed files with 181 additions and 8 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.control.Button?>
<VBox alignment="CENTER" spacing="20.0" xmlns:fx="http://javafx.com/fxml"
<VBox spacing="20.0" xmlns:fx="http://javafx.com/fxml"
fx:controller="com.yes.yes.MainController" fx:id="root">
</VBox>