mirror of
https://github.com/open-goal/jak-project
synced 2026-06-06 03:39:01 -04:00
8afdd9f704
Fixes #4023 This fixes a duplicated entry in the Jak 2 keybind details page where "Right Analog Stick Left" appears twice. File: goal_src/jak2/pc/progress/progress-static-pc.gc Change: corrected the :entries list to include r-analog-right once and removed the duplicate r-analog-left, resulting in the 8 expected analog directions (L and R sticks). Repro: Options → Input → Reassign Binds → Keyboard (Jak 2) Before: Right stick shows duplicate "Left" After: Right stick shows Left/Right correctly