aboutsummaryrefslogtreecommitdiff
path: root/src/client/keys.h
diff options
context:
space:
mode:
authorSeth Traverse <technotraverse@gmail.com>2021-04-20 10:23:31 -0700
committerGitHub <noreply@github.com>2021-04-20 19:23:31 +0200
commit16e5b39e1dbe503684effb11f4b87a641c3e43e6 (patch)
tree50d8ba701784ecb2d9d235bd97e20200cef1fb40 /src/client/keys.h
parent0077982fb78a8ed39a90da03c0898d12583fed64 (diff)
downloadhax-minetest-server-16e5b39e1dbe503684effb11f4b87a641c3e43e6.tar.gz
hax-minetest-server-16e5b39e1dbe503684effb11f4b87a641c3e43e6.zip
Add a key to toggle map block bounds (#11172)
It's often useful to know where the map block boundaries are for doing server admin work and the like. Adds three modes: single mapblock, range of 5, and disabled.
Diffstat (limited to 'src/client/keys.h')
-rw-r--r--src/client/keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/keys.h b/src/client/keys.h
index 9f90da6b8..e120a2d92 100644
--- a/src/client/keys.h
+++ b/src/client/keys.h
@@ -59,6 +59,7 @@ public:
DEC_VOLUME,
CINEMATIC,
SCREENSHOT,
+ TOGGLE_BLOCK_BOUNDS,
TOGGLE_HUD,
TOGGLE_CHAT,
TOGGLE_FOG,