fix collisions and movement

This commit is contained in:
2025-11-15 00:25:06 +01:00
parent 0c726ed416
commit 94fefa6d2c
10 changed files with 220 additions and 84 deletions

View File

@@ -28,7 +28,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.setWindowedMode(640, 480);
configuration.setWindowedMode(860, 480);
//// You can change these files; they are in lwjgl3/src/main/resources/ .
//// They can also be loaded from the root of assets/ .