Add a semi-working debug-toggle-damage binding

This commit is contained in:
Ivan Molodetskikh
2024-05-03 10:25:51 +04:00
parent 185f294200
commit 1a8d6b1f1d
8 changed files with 77 additions and 2 deletions
+12
View File
@@ -166,3 +166,15 @@ binds {
Mod+Shift+Ctrl+O { debug-toggle-opaque-regions; }
}
```
#### `debug-toggle-damage`
<sup>Since: 0.1.6</sup>
Tints damaged regions with red.
```
binds {
Mod+Shift+Ctrl+D { debug-toggle-damage; }
}
```