-
v0.2.2 Stable
released this
2026-07-03 21:48:33 +00:00 | 8 commits to main since this releasev0.2.2 — Fix Keyboard Input on Windows
Mouse look worked but keyboard input (WASD, Escape, weapon switching) did not. The root cause was the game window not holding keyboard focus after the connection UI was dismissed, causing
Input.get_axis()andInput.is_action_pressed()to return defaults.Fix: Added explicit
get_window().grab_focus()calls after connection and server start inlan-bootstrapper.gd.Downloads