Whoops, disabled console
This commit is contained in:
parent
ff03359af4
commit
360c165ecc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
extends Node
|
||||
var consoleEnabled = true # Change this to enable console
|
||||
var consoleEnabled = false # Change this to enable console
|
||||
var mouseSensitivity = 0.01 # Unless otherwise changed by user in settings
|
||||
var playingGame = false # Should be true while in a map, set by menus
|
||||
var fatigue = 100 # Makes it so you can't run forever, you have limited energy
|
||||
|
|
Loading…
Reference in a new issue