From 1f628c9ee7e08206752cf12f2424de931904ecdd Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Sat, 7 Mar 2026 19:41:05 -0800 Subject: Adding coyote time and tweaking jumping physics constants a bit --- lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lwjgl3/src/main') diff --git a/lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java b/lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java index 3c2990b..1c3d152 100644 --- a/lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java +++ b/lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java @@ -26,7 +26,7 @@ public class Lwjgl3Launcher { //// useful for testing performance, but can also be very stressful to some hardware. //// You may also need to configure GPU drivers to fully disable Vsync; this can cause screen tearing. - configuration.setDecorated(false); + configuration.setDecorated(true); configuration.setWindowedMode(1024, 1024); //// You can change these files; they are in lwjgl3/src/main/resources/ . //// They can also be loaded from the root of assets/ . -- cgit v1.2.3-70-g09d2