Skip to content

Commit

Permalink
Shift right side of alt HUD to left by 8px
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Aug 30, 2024
1 parent 0122ccb commit bbbeb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hu_stuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#define HUD_KEY_WAIT 250

#define ALTHUD_LEFT_X (MAXWIDESCREENDELTA + 9)
#define ALTHUD_RIGHT_X (SCREENWIDTH - MAXWIDESCREENDELTA - 128)
#define ALTHUD_RIGHT_X (SCREENWIDTH - MAXWIDESCREENDELTA - 136)
#define ALTHUD_Y (SCREENHEIGHT - 41)

#define DRAWDISKTICS (12 * TICRATE)
Expand Down

0 comments on commit bbbeb4f

Please sign in to comment.