diff options
Diffstat (limited to 'app/src/main/resources/xyz')
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/servercraft/app.png (renamed from app/src/main/resources/xyz/brysonsteck/serverfordummies/app.png) | bin | 75026 -> 75026 bytes | |||
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/servercraft/css/info-tabs.css (renamed from app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css) | 0 | ||||
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/servercraft/icons/info.png (renamed from app/src/main/resources/xyz/brysonsteck/serverfordummies/icons/info.png) | bin | 5289 -> 5289 bytes | |||
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/servercraft/icons/warning.png (renamed from app/src/main/resources/xyz/brysonsteck/serverfordummies/icons/warning.png) | bin | 5131 -> 5131 bytes | |||
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/servercraft/info.fxml (renamed from app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml) | 2 | ||||
-rw-r--r-- | app/src/main/resources/xyz/brysonsteck/servercraft/primary.fxml (renamed from app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml) | 2 |
6 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/app.png b/app/src/main/resources/xyz/brysonsteck/servercraft/app.png Binary files differindex ceb633a..ceb633a 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/app.png +++ b/app/src/main/resources/xyz/brysonsteck/servercraft/app.png diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css b/app/src/main/resources/xyz/brysonsteck/servercraft/css/info-tabs.css index 023b0c1..023b0c1 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/css/info-tabs.css +++ b/app/src/main/resources/xyz/brysonsteck/servercraft/css/info-tabs.css diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/icons/info.png b/app/src/main/resources/xyz/brysonsteck/servercraft/icons/info.png Binary files differindex c1951a7..c1951a7 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/icons/info.png +++ b/app/src/main/resources/xyz/brysonsteck/servercraft/icons/info.png diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/icons/warning.png b/app/src/main/resources/xyz/brysonsteck/servercraft/icons/warning.png Binary files differindex 4d66729..4d66729 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/icons/warning.png +++ b/app/src/main/resources/xyz/brysonsteck/servercraft/icons/warning.png diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml b/app/src/main/resources/xyz/brysonsteck/servercraft/info.fxml index 1457d46..9228a2b 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/info.fxml +++ b/app/src/main/resources/xyz/brysonsteck/servercraft/info.fxml @@ -15,7 +15,7 @@ <?import javafx.scene.layout.VBox?> <?import javafx.scene.text.Font?> -<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="358.0" prefWidth="398.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="xyz.brysonsteck.serverfordummies.controllers.InfoController"> +<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="358.0" prefWidth="398.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="xyz.brysonsteck.servercraft.controllers.InfoController"> <children> <ImageView fitHeight="115.0" fitWidth="92.0" layoutX="30.0" layoutY="30.0" pickOnBounds="true" preserveRatio="true"> <image> diff --git a/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml b/app/src/main/resources/xyz/brysonsteck/servercraft/primary.fxml index 2cedc4f..dfdadd7 100644 --- a/app/src/main/resources/xyz/brysonsteck/serverfordummies/primary.fxml +++ b/app/src/main/resources/xyz/brysonsteck/servercraft/primary.fxml @@ -20,7 +20,7 @@ <?import javafx.scene.layout.Pane?> <?import javafx.scene.text.Font?> -<Pane fx:id="primary" maxHeight="713.0" maxWidth="963.0" minHeight="713.0" minWidth="963.0" prefHeight="713.0" prefWidth="963.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="xyz.brysonsteck.serverfordummies.controllers.PrimaryController"> +<Pane fx:id="primary" maxHeight="713.0" maxWidth="963.0" minHeight="713.0" minWidth="963.0" prefHeight="713.0" prefWidth="963.0" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="xyz.brysonsteck.servercraft.controllers.PrimaryController"> <children> <HBox fx:id="directoryPane" prefHeight="39.0" prefWidth="963.0"> <children> |