Skip to content

Commit

Permalink
Fixes stamina bar positioning on new HUD.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 authored and comma committed Jan 30, 2025
1 parent 3240db7 commit e404b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/_onclick/hud/_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#define ui_attack_selector "RIGHT-2:27,BOTTOM+2:9"
#define ui_zonesel "RIGHT-1:28,BOTTOM:5"
#define ui_acti_alt "RIGHT-1:28,BOTTOM:5" //alternative intent switcher for when the interface is hidden
#define ui_stamina "RIGHT-3:24,BOTTOM+1:5"
#define ui_stamina "RIGHT-2:24,BOTTOM:8"

#define ui_borg_pull "RIGHT-3:24,BOTTOM+1:7"
#define ui_borg_module "RIGHT-2:26,BOTTOM+1:7"
Expand Down
1 change: 1 addition & 0 deletions code/_onclick/hud/screen/screen_stamina.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
invisibility = INVISIBILITY_MAXIMUM
screen_loc = ui_stamina
requires_ui_style = FALSE
layer = HUD_BASE_LAYER + 0.1 // needs to layer over the movement intent element

0 comments on commit e404b96

Please sign in to comment.