Private
Public Access
1
0

Add analog joystick support with fine control adjustments, improve prediction smoothing, reduce correction thresholds, and enhance lobby and overlay UI responsiveness.
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m23s

This commit is contained in:
Sebastian Unterschütz
2026-01-04 19:43:09 +01:00
parent 6606d67a21
commit 98e955aad9
6 changed files with 164 additions and 48 deletions

View File

@@ -49,6 +49,7 @@ type InputState struct {
Right bool
Jump bool
Down bool
JoyX float64 // Analoger Joystick-Wert (-1.0 bis 1.0)
}
// --- GAME STRUCT ---