aboutsummaryrefslogtreecommitdiff
path: root/settingtypes.txt
diff options
context:
space:
mode:
authororwell <orwell@bleipb.de>2025-02-18 01:01:31 +0100
committerorwell <orwell@bleipb.de>2025-02-18 01:01:31 +0100
commitd9a9318806fe1835ff1423ee29dd5abd7c546031 (patch)
treeadccdafbd3ed5764b0e1b5bcccf35cd50726319c /settingtypes.txt
parent9d3c9c07d115a8d2a07d9f1162ac664245cc951e (diff)
downloadposhud-d9a9318806fe1835ff1423ee29dd5abd7c546031.tar.gz
poshud-d9a9318806fe1835ff1423ee29dd5abd7c546031.tar.bz2
poshud-d9a9318806fe1835ff1423ee29dd5abd7c546031.zip
Fix rotating star backslash, add settingtypes, minor leaveplayer fixHEADmaster
Diffstat (limited to 'settingtypes.txt')
-rw-r--r--settingtypes.txt8
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