mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-03 20:26:05 +00:00
Menus/Controls: fix panning for d-pad
This commit is contained in:
parent
a902d83dce
commit
4da25dc881
1 changed files with 4 additions and 4 deletions
|
|
@ -4724,10 +4724,10 @@ void M_DrawEditProfile(void)
|
|||
// Controller offsets to center on each button.
|
||||
INT16 controlleroffsets[][2] = {
|
||||
{0, 0}, // gc_none
|
||||
{70, 112}, // gc_up
|
||||
{70, 112}, // gc_down
|
||||
{70, 112}, // gc_left
|
||||
{70, 112}, // gc_right
|
||||
{69, 142}, // gc_up
|
||||
{69, 182}, // gc_down
|
||||
{49, 162}, // gc_left
|
||||
{89, 162}, // gc_right
|
||||
{208, 200}, // gc_a
|
||||
{237, 181}, // gc_b
|
||||
{267, 166}, // gc_c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue