Calculate max amount of rendered chunks based on window size

This commit is contained in:
Stone_Red
2022-04-01 13:10:40 +02:00
parent 06e6c72dc3
commit 1c55813d85
4 changed files with 10 additions and 20 deletions
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.VBox?>
<VBox spacing="20.0" xmlns:fx="http://javafx.com/fxml"
fx:controller="com.yes.yes.MainController" fx:id="root">
</VBox>