From 403a2a100a8930ba8f6cd9e253fb4f922ee21ede Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 20 May 2023 21:54:47 -0600 Subject: resizing not working on windows yet --- src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main/kotlin/xyz') 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; -- cgit v1.2.3