diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-20 21:54:47 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-20 21:54:47 -0600 |
commit | 403a2a100a8930ba8f6cd9e253fb4f922ee21ede (patch) | |
tree | 2f7ae5689fa9d5b421f56b22588025b899c254a0 /src/main/kotlin/xyz | |
parent | 208f971a6875392b21c6938c740f013c51b8941f (diff) | |
download | ServerCraft-403a2a100a8930ba8f6cd9e253fb4f922ee21ede.tar ServerCraft-403a2a100a8930ba8f6cd9e253fb4f922ee21ede.tar.gz ServerCraft-403a2a100a8930ba8f6cd9e253fb4f922ee21ede.tar.bz2 |
resizing not working on windows yet
Diffstat (limited to 'src/main/kotlin/xyz')
-rw-r--r-- | src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt b/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt index 5b5ddac..092b7dd 100644 --- a/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt +++ b/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt @@ -1,6 +1,3 @@ -/* - * This Kotlin source file was generated by the Gradle 'init' task. - */ package xyz.brysonsteck.ServerCraft import javafx.application.Application; |