Whoops, disabled console

This commit is contained in:
Paul Black 2024-06-03 00:52:10 -06:00
parent ff03359af4
commit 360c165ecc

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