mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add debug priv, and allow player to display the scene as wire-frame. (#4709)
This commit is contained in:
parent
bf315c05f1
commit
f8fd432dca
4 changed files with 29 additions and 10 deletions
|
@ -58,4 +58,7 @@ core.register_privilege("zoom", {
|
|||
description = "Can zoom the camera",
|
||||
give_to_singleplayer = false,
|
||||
})
|
||||
|
||||
core.register_privilege("debug", {
|
||||
description = "Allows enabling various debug options that may affect gameplay",
|
||||
give_to_singleplayer = false,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue