summaryrefslogtreecommitdiff
path: root/UI/Camera.gd
diff options
context:
space:
mode:
Diffstat (limited to 'UI/Camera.gd')
-rw-r--r--UI/Camera.gd8
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):