This commit is contained in:
Spencer Killen 2023-08-19 11:58:20 -06:00
parent 86b796b09f
commit 0adc2c92e2
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ func _ready():
playerCam = get_node("CameraMount") as Node3D playerCam = get_node("CameraMount") as Node3D
func _process(delta): func _process(_delta):
# Brings your mouse out of the window if you press escape. Add pause screen function here? # Brings your mouse out of the window if you press escape. Add pause screen function here?
if Input.is_action_pressed("ui_cancel"): if Input.is_action_pressed("ui_cancel"):
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE Input.mouse_mode = Input.MOUSE_MODE_VISIBLE