diff options
author | orwell <orwell@bleipb.de> | 2025-02-18 01:01:31 +0100 |
---|---|---|
committer | orwell <orwell@bleipb.de> | 2025-02-18 01:01:31 +0100 |
commit | d9a9318806fe1835ff1423ee29dd5abd7c546031 (patch) | |
tree | adccdafbd3ed5764b0e1b5bcccf35cd50726319c /settingtypes.txt | |
parent | 9d3c9c07d115a8d2a07d9f1162ac664245cc951e (diff) | |
download | poshud-master.tar.gz poshud-master.tar.bz2 poshud-master.zip |
Diffstat (limited to 'settingtypes.txt')
-rw-r--r-- | settingtypes.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settingtypes.txt b/settingtypes.txt new file mode 100644 index 0000000..0c3a537 --- /dev/null +++ b/settingtypes.txt @@ -0,0 +1,8 @@ +# X position of the HUD +poshud_hud_offsetx (HUD X offset) float 0.8 0.0 1.0 + +# Y position of the HUD +poshud_hud_offsety (HUD Y offset) float 0.95 0.0 1.0 + +# Enable displaying the current map-block coordinates (16x16x16 nodes) +poshud_mapblock_enable (Display Mapblock) bool false
\ No newline at end of file |