Skip to content

Commit

Permalink
Disable 'mouse restricted to windown' option by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Scony committed Dec 27, 2023
1 parent f8211c2 commit afdc52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/data-model/Options.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enum Screen { FULL = 0, WINDOW = 1 }

@export var screen: Screen = Screen.FULL:
set = _set_screen
@export var mouse_restricted = true:
@export var mouse_restricted = false:
set = _set_mouse_restricted


Expand Down

0 comments on commit afdc52d

Please sign in to comment.