Add debug priv, and allow player to display the scene as wire-frame. (#4709)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
Reference in New Issue
Block a user