poshud/readme.md

20 lines
295 B
Markdown
Raw Normal View History

2018-12-09 19:50:19 +01:00
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
2019-10-23 23:59:12 +02:00
poshud.hud.offsety = 0.95
2018-12-09 19:50:19 +01:00
# enable current mapblock display
poshud.mapblock.enable = true
2019-10-23 23:59:12 +02:00
```