Skip to content

Commit

Permalink
[MIRROR] Fix escape menu spacing (#5182)
Browse files Browse the repository at this point in the history
* Fix escape menu spacing (#4593)

fix menu spacing

* [MIRROR] Fix escape menu spacing

---------

Co-authored-by: FlufflesTheDog <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent 4ea255f commit efedfb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modular_nova/modules/escape_menu/code/escape_menu_nova.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* hud_owner = */ src,
src,
"OPFOR",
/* offset = */ 3,
/* offset = */ 5,
CALLBACK(src, PROC_REF(home_opfor)),
)
)
Expand All @@ -17,7 +17,7 @@
/* hud_owner = */ src,
src,
"Ghost",
/* offset = */ 4,
/* offset = */ 6,
CALLBACK(src, PROC_REF(home_ghost)),
)
)
Expand All @@ -28,7 +28,7 @@
/* hud_owner = */ src,
src,
"Respawn",
/* offset = */ 5,
/* offset = */ 7,
CALLBACK(src, PROC_REF(home_respawn)),
)
)
Expand Down

0 comments on commit efedfb9

Please sign in to comment.