• v0.2.2 1ccd26bbab

    v0.2.2 Stable

    shawn released this 2026-07-03 21:48:33 +00:00 | 8 commits to main since this release

    v0.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() and Input.is_action_pressed() to return defaults.

    Fix: Added explicit get_window().grab_focus() calls after connection and server start in lan-bootstrapper.gd.

    Downloads