From d9a9318806fe1835ff1423ee29dd5abd7c546031 Mon Sep 17 00:00:00 2001 From: orwell Date: Tue, 18 Feb 2025 01:01:31 +0100 Subject: Fix rotating star backslash, add settingtypes, minor leaveplayer fix --- settingtypes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 settingtypes.txt (limited to 'settingtypes.txt') 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 -- cgit v1.2.3