summaryrefslogtreecommitdiff
path: root/lwjgl3/src/main
diff options
context:
space:
mode:
authorElizabeth Alexander Hunt <me@liz.coffee>2026-03-07 19:41:05 -0800
committerElizabeth Alexander Hunt <me@liz.coffee>2026-03-07 19:46:56 -0800
commit1f628c9ee7e08206752cf12f2424de931904ecdd (patch)
tree016eec8f5397082c47155fb25242aefb53b6795c /lwjgl3/src/main
parentf643f0afb8c7d91a7a39ff96f58b95baac985ce0 (diff)
downloaddyl-1f628c9ee7e08206752cf12f2424de931904ecdd.tar.gz
dyl-1f628c9ee7e08206752cf12f2424de931904ecdd.zip
Adding coyote time and tweaking jumping physics constants a bit
Diffstat (limited to 'lwjgl3/src/main')
-rw-r--r--lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java2
1 files changed, 1 insertions, 1 deletions
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/ .