From 1a8d6b1f1df80009795ed23e9ce0298fac65d766 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 3 May 2024 10:25:51 +0400 Subject: Add a semi-working debug-toggle-damage binding --- wiki/Configuration:-Debug-Options.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'wiki/Configuration:-Debug-Options.md') diff --git a/wiki/Configuration:-Debug-Options.md b/wiki/Configuration:-Debug-Options.md index 278f4048..4aa1b3a0 100644 --- a/wiki/Configuration:-Debug-Options.md +++ b/wiki/Configuration:-Debug-Options.md @@ -166,3 +166,15 @@ binds { Mod+Shift+Ctrl+O { debug-toggle-opaque-regions; } } ``` + +#### `debug-toggle-damage` + +Since: 0.1.6 + +Tints damaged regions with red. + +``` +binds { + Mod+Shift+Ctrl+D { debug-toggle-damage; } +} +``` -- cgit