Character und Dialog System weiter gebaut

This commit is contained in:
2026-07-06 21:06:27 +02:00
parent b05eb1055d
commit 8bcee4491e
40 changed files with 2006 additions and 250 deletions

View File

@@ -22,7 +22,7 @@ public class ThirdPersonCamera {
private static final float MAX_DISTANCE = BASE_DISTANCE + 3f;
private static final float MIN_VERTICAL_ANGLE = 0.08f; // Kamera immer leicht über Schulter
private static final float MAX_VERTICAL_ANGLE = FastMath.HALF_PI - 0.1f;
private static final float TARGET_HEIGHT = 1.6f;
private static final float TARGET_HEIGHT = 1.0f;
private final Camera cam;
private final InputManager inputManager;