diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-11-03 14:10:07 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-11-03 14:10:07 +0100 |
commit | 84365b6f901a9c0251a9f724a8d9f81a3787e97d (patch) | |
tree | 401e2bf99e6573d1d069f5044e7448067cdfb384 /UI/Camera.gd | |
parent | a43499efa6c228cea3633f9661f3ff09127bd82d (diff) |
next commit
Diffstat (limited to 'UI/Camera.gd')
-rw-r--r-- | UI/Camera.gd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UI/Camera.gd b/UI/Camera.gd index 60bb46d..e10c371 100644 --- a/UI/Camera.gd +++ b/UI/Camera.gd @@ -83,10 +83,10 @@ func _input(event): edge = edge.normalized() is_in_edge_mode = false - if event is InputEventMouseButton and event.is_pressed(): - Input.mouse_mode = Input.MOUSE_MODE_CONFINED - elif event.is_action_pressed("mouse_escape"): - Input.mouse_mode = Input.MOUSE_MODE_VISIBLE + #if event is InputEventMouseButton and event.is_pressed(): + #Input.mouse_mode = Input.MOUSE_MODE_CONFINED + #elif event.is_action_pressed("mouse_escape"): + #Input.mouse_mode = Input.MOUSE_MODE_VISIBLE func _process(delta): |