diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-24 00:18:39 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-07-24 00:18:39 +0200 |
commit | 09422740a4dbb21d719b5cc34fc19b6f6ff6ae51 (patch) | |
tree | 112cc8c9f20b0979f44a88d665a830a9246c104e /minetest.conf.example | |
parent | b7767dd9aae27f0fe6b7ae3b99d0f51860979f82 (diff) | |
download | minetest-mirror_hands.tar.xz |
Add setting to mirror handsmirror_hands
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 2f153413a..a9a15e133 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -212,6 +212,10 @@ # type: float min: 0 max: 100 # fall_bobbing_amount = 0.03 +# Draw main hand on left side of screen, offhand on right side. +# type: bool +# mirror_hands = false + ### Camera # Camera 'near clipping plane' distance in nodes, between 0 and 0.25 |