Disabled console, whoops :P

This commit is contained in:
Paul Black 2023-12-04 01:43:39 -07:00
parent 1e4129bdaa
commit 2370fecb83

View file

@ -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