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
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m23s
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user