aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Rudin <thomas@rudin.io>2018-12-09 19:50:19 +0100
committerorwell96 <mono96.mml@gmail.com>2018-12-10 17:16:23 +0100
commit7560274614c3beda9ec11503c416584473d96b1a (patch)
tree72fc4440143a213c0f4d2f63bb317acce6a9e804
parente37660aa4fcf6ab0d2272a7fcbcf25569e0ff67d (diff)
downloadposhud-7560274614c3beda9ec11503c416584473d96b1a.tar.gz
poshud-7560274614c3beda9ec11503c416584473d96b1a.tar.bz2
poshud-7560274614c3beda9ec11503c416584473d96b1a.zip
minimal readme
-rw-r--r--readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..fbb6971
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,19 @@
+
+poshud mod for minetest
+=======
+
+Adds hud elements for current position, lag and optional mapblock coordinates
+
+# Settings
+
+
+Settings with default values:
+```
+# hud offsets
+poshud.hud.offsetx = 0.8
+poshud.hud.offsetx = 0.95
+
+# enable current mapblock display
+poshud.mapblock.enable = true
+
+``` \ No newline at end of file