mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-08-03 20:57:55 -04:00
add alternative HUD examples to docs, thanks @liPillON
This commit is contained in:
parent
8e62cae31e
commit
ce2f4ff47c
33
docs/woofhud.lmp
Normal file
33
docs/woofhud.lmp
Normal file
@ -0,0 +1,33 @@
|
||||
// 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
|
Loading…
x
Reference in New Issue
Block a user