Compare commits

..

No commits in common. "5d76a0bbf7a2e773282b2f0821f3b1586ace53ad" and "4224bc22e607b2da8e21779a1b6e941c9c0d952f" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ var zoom_disabled:bool = false
var edge_scroll_disabled:bool = ProjectSettings.get_setting("game/controls/edge_scrolling_disabled",false)
var invert_rotation_x:bool = ProjectSettings.get_setting("game/controls/invert_cam_rotation_x",false)
var invert_rotation_y:bool = ProjectSettings.get_setting("game/controls/invert_cam_rotation_y",false)
var default_mouse_mode:= Input.MOUSE_MODE_VISIBLE if ProjectSettings.get_setting("game/controls/edge_scrolling_disabled",false) else Input.MOUSE_MODE_CONFINED
var default_mouse_mode:= Input.MOUSE_MODE_VISIBLE
var rotation_mode:bool = false

File diff suppressed because one or more lines are too long

View file

@ -50,7 +50,7 @@ controls/cam_rotation_speed_x=0.2
controls/cam_rotation_speed_y=0.2
controls/invert_cam_rotation_x=false
controls/invert_cam_rotation_y=true
controls/edge_scrolling_disabled=false
controls/edge_scrolling_disabled=true
[input]