mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-08 12:09:43 -04:00
34 lines
598 B
Plaintext
34 lines
598 B
Plaintext
// Copy this to autoload/doom-all for alternative HUD arrangements.
|
|
// Thanks @liPillON <https://github.com/fabiangreffrath/woof/issues/593>.
|
|
|
|
hud 0
|
|
title topleft
|
|
coords topright
|
|
fps topright
|
|
stats bottomright
|
|
time bottomright
|
|
|
|
hud 1
|
|
title topleft
|
|
coords topright
|
|
fps topright
|
|
armor bottomleft
|
|
health bottomleft
|
|
ammo bottomleft
|
|
weapons bottomleft
|
|
keys bottomleft
|
|
stats bottomright
|
|
time bottomright
|
|
|
|
hud 2
|
|
title topleft
|
|
stats topright
|
|
time topright
|
|
coords topright
|
|
fps topright
|
|
keys bottomleft
|
|
health bottomleft
|
|
armor bottomleft
|
|
weapons bottomright
|
|
ammo bottomright
|